Overview
When low number of autocomplete results are returned for a given search term, Did You Mean function suggests alternate search terms to the user that closely match the original search and that will yield a higher number of results. The configurations which define the threshold number of search results that will trigger Did You Mean, the maximum number of Did You Mean matches that should return when Did You Mean / Auto Correct is enabled, etc. can be controlled via dashboard settings:
Please review the documentation here that covers more details about https://hawksearch.atlassian.net/wiki/spaces/HSKB/pages/327815/Auto-Complete#Auto-complete-Configuration-Page
...
Retrieving autocomplete with Did You Mean (DYM) results
Autocomplete request
Code Block |
---|
{ "ClientGuid": "client_guid", "Keyword": "jcket", "IsInPreview": true } |
Response
In the autocomplete results response structure, there are four main keys which include the information about DYM suggestions:
...