-
-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Description
I am working on a filter page, and I was wondering if we could combine all filters in one category like this:
If I search for 'lorum ipsum' in title and in intro and in content, if its found in any of those 3 then its a hit for that search, but I also like to see if node: specialty is 1 or 2 or 3 (than can easily be done by using whereIN.) and then I like to search in my custom macro and if that is also true then return that item.
so a hit should have ( 'lorum ipsum' in title OR 'lorum ipsum' in intro OR 'lorum ipsum' in content) AND (1 OR 2 OR 3 IN specialty) AND macro IS true.
Is this possible?
Metadata
Metadata
Assignees
Labels
No labels