class RecombeeApiClient::SearchItems

Full-text personalized search. The results are based on the provided ‘searchQuery` and also on the user’s past interactions (purchases, ratings, etc.) with the items (items more suitable for the user are preferred in the results).

All the string and set item properties are indexed by the search engine.

This endpoint should be used in a search box on your website/app. It can be called multiple times as the user is typing the query in order to get the most viable suggestions based on the current state of the query, or once after submitting the whole query.

The returned items are sorted by relevance (the first item being the most relevant).

Besides the recommended items, also a unique ‘recommId` is returned in the response. It can be used to:

It is also possible to use POST HTTP method (for example in the case of a very long ReQL filter) - query parameters then become body parameters.