How to get data from Text box Search on page and display

0
if i have data in my app, i do not want to search default, I want to make my page which will show the result, what should i do?
asked
1 answers
0

With the description, I am not sure how much of data search you are looking for and what are the data type.

For very few attributes and entities, you can probably try to build a page to capture the text input.

Search in those entities for the attributes with the given text, build a NPE out of the results and show it on one page with the NPE.

For more complicated solution but reliable, you can look at elastic search implementation.

answered