How to search attributes from database

0
Hi ,     I have address in my Details entity and I want to implement search box , but it works when I add list view but I dont want address present there , address display when I search it by typing letters in search box how to implement it. How to search address when Address are not present appear on webpage but present in database.    
asked
2 answers
0

Hi Shudham,

You can select the attributes to search on by double-clicking the “ search on:” in your listview:

Hope this helps!

answered
0

Maybe you can take a look at the “autoComplete widget” from the appStore?

answered