I have around 2557378 records in ALGOLIA. i am trying to apply few conditions with numericFilters
I need to fetch all a values b values and c values
I used Filter condition as below:
{
"numericFilters": [
"A>50 OR B > 0 OR C > 0"
]
}
The results for each part showed in below:
The OR
condition not work fine. What can be the issue?
Already posted in algolia community : https://discourse.algolia.com/t/numeric-filters/17350?u=thamira.weerakoon
Note: I am not expect A and B and C as below
Summery:
I need to fetch all A value B values and C values via react InstantSearch