Is there a way to combine AND and OR operators in the setFilter function?
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 1.6k
- Forks
- 867
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.