can we prioritize some properties in SRS searching on work table?
E.g. with keywork “ABC” we hope the SRS return cases with .EmployeeID = “ABC” first, instead of return cases with .AppraiserID = “ABC”.
can we prioritize some properties in SRS searching on work table?
E.g. with keywork “ABC” we hope the SRS return cases with .EmployeeID = “ABC” first, instead of return cases with .AppraiserID = “ABC”.
you can prioritize certain properties in SRS searching. To achieve this you can configure the SRS indexing and search settings. For example you can use the indexer/srs/groupAsList setting to index page groups as a list and support searching for specific properties. Additionally you can include embedded properties in the custom search properties to be included in the SRS search data model by setting indexer/srs/includeCSPEmbeddedPropertiesInDataModel to true. This allows you to prioritize properties like .EmployeeID over others like .AppraiserID in your search results.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
Using full-text search based in Elasticsearch > Indexed classes for SRS