Search query within Database

Hi guys!

can someone introduce me (or link me to a reference) how can i make a user input form that can search my database and as result return a page with the connected inputs from user?

thanks a lot.

Pini.

Hey there
Please add some screenshot of the page you want to create. You will have to make search form with search button, connect the search button to a onClick event and then use Wix Code and the wix-data and query method to search using eq (equal) or something similar depending on what you want to search for. Then you can present the results in that query on a page or the same page you have the search form on in a table or anything connected.

You can also add a dataset to the page and with the search use filter method on that dataset to change data through that dataset with that function.

Hope that helps in some way, if it does not please add screenshots on what you want to accomplish and we will try to help you.

Hi Pini,
As for searching data using multiple user inputs, you can follow the explanation here .
As for returning a page with the connected inputs from user- I’m not sure that I fully understand what you would like to achieve. Please share with us the code that you’ve written, the site URL and a screenshot of the issue so that e can better understand the use case.

Thanks,
Tal.

hi guys,

Very Thanks for your responses.

unfortunately, I haven’t a written code already. i’m seeking for idea for making one.

my database will contain an archive of lessons that sorted by categories.
i am attaching the block diagram of the cascaded categories for you to understand.

what i am looking to do is as shown it that link (Hebrew):
http://www.bneidavid.org/Web/He/VirtualTorah/Default.aspx

hope you understand and can help me.

Thanks!
Pini.

Hi Guys,

Any idea maybe?