We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getAlgoliaSearchParams
1 parent 28e0f11 commit d896a30Copy full SHA for d896a30
examples/query-suggestions-with-recent-searches-and-categories/app.tsx
@@ -18,9 +18,9 @@ const querySuggestionsPlugin = createQuerySuggestionsPlugin({
18
searchClient,
19
indexName: 'instant_search_demo_query_suggestions',
20
getSearchParams() {
21
- return {
+ return recentSearchesPlugin.data.getAlgoliaSearchParams({
22
hitsPerPage: 5,
23
- };
+ });
24
},
25
categoryAttribute: [
26
'instant_search',
0 commit comments