Sep 06 2021 12:36 AM
I have a custom search solution that uses search suggestions api:
/_api/search/suggest?querytext='tes'&inumberofquerysuggestions=10&fprequerysuggestions=true&fprefixmatchallterms=true&culture=1033
This api endpoint used to work before but has started returning empty results lately.
I also checked on other tenants as well, the api doesn't return results on all tenants (it used to return results before).
I have a query suggestions text file in place as explained here
Steps to reproduce
Expected behavior
If the query suggestions have been added, the suggestions api should return suggestions for any text that belongs in the suggestions text file