Search for specific integration fields

Hi there,

We have a custom API which holds a catalog with products. Our repo is called product and our integration field is catalog. Is it possible to search for an ID within the catalog of the content type, let's say for example:

$this->client->query([
Predicates::at('document.type', 'product'),
Predicates::at('my.product.catalog.id', 1)
]);

It's giving me an error so i must be doing something wrong, but i was just wondering if it was possible to search using those integration fields.

Thanks!

Hi @friso

Thanks for reaching out.

In fact, it is not possible to query a custom type with a catalog Id; I will add a feature request to have such a feature and send it to our @features-team, and well will let you know if our product team decides to implement it.

FYI, Another discussion where a feature request has been created

This is being tracked as an open feature request.

If you have another use-case for this feature, you can 'Flag' this topic to reopen. Please use the :heart: button to show your support for the feature and check out our Feature Request Guidelines.