Hi there 🎉In this tutorial you will finally be able to add a Multiple Database Field Search in your WIX website. It is commonly known for one to search by a specific field alone using searchbar, but most of the times, your visitors might want to search everything (fields) from your database collection.
This tutorial finally breaks the barrier and allows you to setup a perfectly functioning searchbar that searches multiple field contents.
ELEMENTS NEED
Text input element | Learn more
Icon | Learn more
Repeater | Learn more
IDs TO REPLACE
HOW TO REPLACE IDs IN CODE
Click on "CTRL + F" to find an ID within the code
Type in the ID you are looking for (EX., "searchInputID")
Then copy and paste your original text input ID from the properties panel into the "Replace" field of the find & replace dialog.
FIELD KEYS TO REPLACE
fieldkey1
fieldkey2
COPY CODE BELOW 👇🏽
Code
Leave a comment (0)
Thanks for leaving a comment🎉