Hi,
I was wondering if there is any way that the search bar can extract information from different databases.
I just watched Wix Code | How to Create a Search for Your Database - YouTube in which explains how to create the code for the search in ONE database and I need to search in 5 different bases, can you add the multiple search in more databases to that code?
You have two alternatives -
You can let the user select which database to search at, using radio buttons or a drop-down. When a user selects a database, you run the query on that one database and show the results.
Another alternative is to run 5 queries in parallel, and concatinate the results into one array then show the results in a repeater.
Thanks Yoav,
I rather run the 5 queries in parallel, but i’m having some problems creating the code, can you help me ?
did you ever get this working? I am trying to do something similar.
did you ever get this working? I am trying to do something similar too
yeah me too
Please add your own issue into a new post instead of bumping up an old post. Explain what you are trying to do, what works, and what doesn’t. Also, add any code in a code block as stated in the Forum Guidelines.
This is an old post and is being closed.