You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Currently the recent-search plugins requires your document to contain a ObjectID field that itself contains the value of the query. This is a mistake on their part, see here.
This means that the index containing the query suggestion of another index must have an ObjectID field:
For example:
Description
Currently the
recent-search
plugins requires your document to contain aObjectID
field that itself contains the value of the query. This is a mistake on their part, see here.This means that the index containing the query suggestion of another index must have an
ObjectID
field:For example:
Additionally,
ObjectID
must also be added in the filterableAttributesSolution
To tackle this issue, we should create our own
getAlgoliaSearchParams
, namedgetMeilisearchSearchParams
.That method should me similar to the one from algolia, but instead of using
ObjectID
it should use thequery
field in this line.The text was updated successfully, but these errors were encountered: