Searchresult incorrect using ajax text autocomplete

If you use text autocomplete and I enter ‘en’ then I expect a resultset with all items containing ‘en’. But the result is the full resultset with all the items with records having bold text on ‘en’. I have a member file of 500 persons and to scroll over all 500 is not very comfortable.

Re: Searchresult incorrect using ajax text autocomplete

Hello,

I could not understand you very well, could you elaborate?

regards,
Bernhard Bernsmann

Re: Searchresult incorrect using ajax text autocomplete

I use a text field and set autocomplete on. Then you get a searchresult where you can pick one. This search result is not limited to the expression. In fact it will show all records, but will make the part containing the text bold. Records that do not have that text will also be shown:

I have:

albert
jan
john
irene

I search for ‘j’

then the select list will be:

albert
jan
john
irene

Where I would expect only the records containing j:

jan
john

Re: Searchresult incorrect using ajax text autocomplete

Understood. Actually it was what I first thought but I had to make sure :stuck_out_tongue:

I have just sent your suggestion to our development team.

regards,
Bernhard Bernsmann