There are two common reasons why custom rules may not be working correctly on your index:
- Please ensure that you are correctly setting the consequence to "Query Parameters" instead of "Custom JSON".
- Double check the syntax of the consequence and ensure that it is matching the required syntax in the following documentation:
- https://www.algolia.com/doc/guides/managing-results/rules/merchandising-and-promoting/how-to/rules-query-parameters/#filters
e.g. the correct syntax for creating a rule to filter on size: 6 and color: black would be as follows:{
"filters": "size:6 AND color:black"
}