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
Hey @JasonStoltz, any timelines for getting this implemented?
In another thread, you mentioned that the filtering feature is not planned for App Search suggestions. Do you know if this also holds in the context of this bug report? If yes, is a workaround possible (within the context of using @elastic/react-search-ui)?
Describe the bug
Can't filter onAutocomplete results, there is no mention in the docs, but the type definition allows me to add the filters.
https://docs.elastic.co/search-ui/api/core/configuration#autocomplete-query
Question: The docs also mention a global queryConfig which could maybe solve/workaround my problem: #890
To Reproduce
Steps to reproduce the behavior:
Put this in results on autocompleteQuery for the search UI config
https://codesandbox.io/s/nice-curie-fy9js1?file=/src/pages/elasticsearch/index.js
Note that in App Search this works fine! I tested both in the sandbox!
Expected behavior
Only show autosuggestion with that id
if not supported yet, don't add it to the type definition and make it clear in the docs.
Screenshots
Which backends and packages are you using:
Backend: [Elasticsearch]
Packages: [react-search-ui]
The text was updated successfully, but these errors were encountered: