Searching through 3 different types of data


I want to have a search function allowing a user to search for all three options based on 1 input. Is this possible to achieve through weweb?

Hey @Osman :wave:

Yes! You’d just have to do a conditional filtering using an OR operator between all your fields. Something like this:

2 Likes