I want to increase the number of filters that can be applied

I send the id of the product I need to search for, but this is 70,000.

but app search limit 32,768
Is there any way to increase from 32768?

ARRAYS VS. OBJECTS

Be mindful of the 32 filters limit when building large filtered queries.

Instead of stacking objects, you can use an array when values share a field.

Each array can contain 1024 values.

If need be, you can use 32 full arrays to filter on a total of 32,768 values.

I don't think there is a way to increase this currently.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.