These release notes are for Sovren's SaaS offering. If you're looking for self-hosted release notes go here.
Version 9.2
July 18, 2019
New Features
Added a new endpoint to get the number of documents in an index, more information here.
Added a new endpoint to Geocode and Index a document, more information here.
Improvements
AI Matching
Added a restriction for Match by Criteria. To enable Match by Criteria on your account, please contact sales@sovren.com.
We made the boolean connectors (AND, OR, and NOT) in the FilterExpression.SearchExpression case insensitive. For example, you can now search for "java and c#" as opposed to having to specify "java AND c#".
Updated the logic for boolean search fields (IsAuthor, HasPatents, IsMilitary, IsPublicSpeaker, HasSecurityCredentials, IsMilitary) to only support filtering when passing true
for those fields. Previously, passing a value of false
for any of these fields would filter out results that had the specified criteria. Now, passing false
or null
for any of these fields will not filter the results any further.
We added wildcard support to the following fields on the FilterCriteria object in Matching and Searching (for more information refer to the documentation):
Skills
JobTitles
Certifications
SchoolNames
DegreeNames
Employers
SecurityCredentials
We added the following properties to the FilterCriteria object in Matching and Searching (for more information refer to the documentation):
CustomValueIdsMustAllExist
SchoolNames
DegreeNames
DegreeTypes
EmployersMustAllBeCurrentEmployer
SkillsMustAllExist
IsTopStudent
IsCurrentStudent
IsRecentGraduate
JobTitles
ExecutiveType
Certifications
MonthsManagementExperience
CurrentManagementLevel
LanguagesKnown
LanguagesKnownMustAllExist
Taxonomies
We added support for the following semantic clauses to be used in the FilterCriteria.SearchExpression (for more information refer to the documentation):
docid:()
taxonomy:()
schoolname:()
degreename:()
degreetype:()
minimumgpa:()
minimumdegreelevel:()
postalcode:()
municipality:()
region:()
country:()
location:()
language:()
doclanguage:()
All SaaS Services
Better error messages for invalid requests.
Matching UI
Updated the Filter and Match Criteria page layout for easier usability.
Added support for all fields in the Search API, including newly added fields, document metadata, and other uncommon filters.
Added the support for custom value picklists.
Improved validation messages.