Hi!
I'm using the eSearch Widget, which is an excellent tool for my application developed with the web appbuilder. What happens is that my bosses at the company asked me to include in the search for value of this widget, for each of the search options by value (I have 4), the option to complete, that is, as the user is typing, value suggestions appear, until he can click on one he wants. Most correct, these values would come from the service possibilities of the layer used in the widget, that is, if the user selects a watershed, they would suggest the possible values for this field, which is the service of the layer itself. I developed a webapi in C #, which has a method (and a url), which receives the values to be searched for each of these attributes. The problem is that I have no idea how to implement this call in the eSearch widget, for each of the different attributes that can be searched in the search by value. Any help will be most welcome.
Just to add: the idea would be to press each key in each of the search options by value, call my api, which returns a json restfull with the values to be suggested. The problem is that everything is assembled dynamically from what I could understand.
Thanks!
Gilberto.