Page 1 of 1

Search for multiple data.

Posted: Thu Sep 05, 2019 8:03 pm
by nub74
Hello everyone,
is it possible to use the search field to search for multiple data or I need to write custom code for it?
Thank you.

Re: Search for multiple data.

Posted: Fri Sep 06, 2019 4:13 am
by kev1n
In the search field you can enter several keywords, these are then combined with an AND operator in the search query. Or how do you want to search?

Re: Search for multiple data.

Posted: Fri Sep 06, 2019 8:13 am
by nub74
Hi Kev1n,
would it be possible to combine with an OR operator? For example, to filter multiple values of the same field.
Thank you.

Re: Search for multiple data.

Posted: Fri Sep 06, 2019 4:02 pm
by kev1n
nuBuilder generates the query only with AND operators not OR.

You could create a custom search form as described here:
https://forums.nubuilder.cloud/viewtopic. ... rch#p11338