How do I make a search tool inside my app?

how do i make a search tool inside my app where the results that will show is what the user searched? I tried youtube vids but they only showed how to make a search engine for url's. I need to make a search engine for my app where it will search inside the app

What do you want to search for in your app ?

items in the app. for example, im making a shopping app and someone wants to search a certain item like a tv or something. how do i program it that they would see other users items based on what they searched?

I presume you will have some sort of database (lists?) for all these items?

Easy enough to search a list for a key word or phrase...

yes, so do i just have to program it where if the search matches one on the list then it will show?

if yes, then i guess thats my question, how do i do it? I know the code but i dont know who to do it in the screens like how it will go to the users screen

Here is a simple example:

image

1 Like

okay will try it out, thank you!