You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to feed the setFilter function with the following pseudo-filter:
(firstName: 'John' OR lastName: 'John' OR email: 'John') AND ((sectorsOfInterest: 'Solar-thermal facade') AND (sectorsOfInterest: 'Air Quality')) AND (areaOfStudies: 'Technological') AND (fieldsOfWork: 'Business') ?
I am basically wondering if there is a way to combine AND and OR operators within filters.
The text was updated successfully, but these errors were encountered:
Is there a way to feed the setFilter function with the following pseudo-filter:
(firstName: 'John' OR lastName: 'John' OR email: 'John') AND ((sectorsOfInterest: 'Solar-thermal facade') AND (sectorsOfInterest: 'Air Quality')) AND (areaOfStudies: 'Technological') AND (fieldsOfWork: 'Business') ?
I am basically wondering if there is a way to combine AND and OR operators within filters.
The text was updated successfully, but these errors were encountered: