'Apply precedence in Algolia tagFilters

Is there a way to apply precedence in tagFilters query?

exp: (Book AND Movie) OR SciFi

REF: tagFilters API parameter | Algolia



Solution 1:[1]

I'd recommend swapping from tagFilters to filters if you need more complex logic.

https://www.algolia.com/doc/api-reference/api-parameters/filters/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Chuck Meyer