Customize Exclude Filters
Last updated
Was this helpful?
Last updated
Was this helpful?
If custom product filtering is done on Magento's backend after receiving the GraphQL response from Nosto, this will cause the total counter of displayed products to be inaccurate. To fix this, we recommend adding a custom field to the products and use exclude filters to be sent along with the GraphQL query
Make sure you followed our guide to create an override module
Use the sample code snippet below to add your custom exclusion logic