Hello,
I have a query like this one :
query:
filter:
bool:
must:
- range:
from date to date
- bool:
- should:
- term
- term
- bool:
- should:
- term
- term
- ****
I don't understand how filters are performed.
If the last bool filter is the most restrictive, should I place it in first position ?