Request:
Add the ability to use SharePoint Search operators in the AKS free text search box.
Change:
Added the ability for AKS to process the SharePoint Search operators when used in the free text search box
Notes:
- No search fields must be configured at all on the AKSContent list for the database in question.
- Operators cannot be used on fields if those fields are configured as a filter, search, or range fields.
- The crawled property must be created automatically for these fields by SharePoint and not programmatically by AKS.
- If the field types are multiple-choice, multiple lookups, numbers, or currency, then a manually created searchable text-managed property must be mapped to the crawled property.
- For multiple-choice and multiple lookup types, the “Allow multiple values” setting must be set on the text-managed property.
- Supported field types are Single Line of Text, Multiple Lines of Text, Single Choice, Multiple Choice, Single Lookup, Multiple Lookup, Number, and Currency.
- The operators supported are AND, NOT, and OR.
Comments