Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am new in azure search.

I want to use azure search in xamarin android

I search many sites for same but i did not got any solution

I refer this site Adding Suggestions to Mobile Search with Azure Search | Xamarin Blog[^]

I am getting error at line
C#
var response = await indexClient.Documents.SuggestAsync(searchBar.Text, "nameSuggester");


Hyak.Common.CloudException: : The specified suggester name "nameSuggester" does not exist in this index definition.

Parameter name: name

Please suggest me how to use azure search

Thanks in advance

What I have tried:

https://blog.xamarin.com/adding-suggestions-to-mobile-search-with-azure-search/
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900