The searchParameters
option expects an object.
#6140
Replies: 1 comment 1 reply
-
Hi, what were your previous versions of both those libraries? The error most likely comes from here https://github.com/algolia/instantsearch/blob/master/packages/instantsearch.js/src/connectors/configure/connectConfigure.ts#L86, and it has been like this for 5 years already. Don't hesitate to provide more info and a sandbox so we can look more into this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
We had a problem with Algolia this morning as we rebuilt our packages and it broke.
This was the error: Error: The
searchParameters
option expects an object.We tracked it down to updating "algoliasearch": "^4.13.1" and "vue-instantsearch": "^4.3.3" so we had to rollback to a previous lock file to get the correct Algolia packages and dependencies for search to work.
Beta Was this translation helpful? Give feedback.
All reactions