How to use /api/io/_v/api/intelligent-search/product_search filtering by a value present in a collection

Hi people, Im using this endpoint Intelligent Search API and its works well when I set only one value in the field bill presenter. For instance, if the bill presenter has the value AA-IA the endpoint intelligent-search/product_search/bill-presenters/AA-IA works well. But if the values of the bill presenters are a list like “AA-IA,AA-NJ” the endpoint is not finding anything. How Do I need to set the values in the query or in the backend for a collection of values?

Hi @jose.muzikant , according to the documentation of the endpoint Intelligent Search API, you can use the same facetKey multiple times, so you could use the following url:

intelligent-search/product_search/bill-presenters/AA-IA/bill-presenters/AA-NJ

I hope this can help you.

4 Likes

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