This release focuses on the improvements to the suggestions API.
Enhancements
- Uses singular/plural transformation during pre-processing and post-processing of Suggestions API response [
oss
] - Removes any duplicate suggestions with different ordering and/or stopwords combination, e.g. a suggestion with value "apple iphone 12" is treated the same as a suggestion with value "iphone 12 in apple" [
oss
] - Re-populate popular suggestions on every change in preference instead of waiting for a daily cronjob to re-populate them [
noss
]
Fixes
- Fixes issues with inconsistent highlight tags in the response of Suggestions API [
oss
] - Fixes issues with the application of default values of suggestion preferences [
noss
] - Fixes API change for GET /_mapping endpoint for Elasticsearch v8 support [
oss
]