-
Notifications
You must be signed in to change notification settings - Fork 61
Prototype beta/prototype search for facet values #1144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prototype beta/prototype search for facet values #1144
Conversation
🦋 Changeset detectedLatest commit: 664221d The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
b5cf8ec
to
dc78c4d
Compare
dc78c4d
to
ce80532
Compare
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
I was testing the search for facet values prototype with the instant-meilisearch refinement list. So far, it works well. The only feedback I can think of is that the search box stays filled with my facet query when documents change because of further action (like an update of the search bar or a click on another facet value) In that case, I would like the RefinementList search box to be emptied |
1190: Add Meilisearch Cloud free trial statement r=brunoocasali a=meili-bot _This PR is auto-generated._ Add Meilisearch Cloud free trial statement. Related to: meilisearch/integration-guides#277 Co-authored-by: meili-bot <[email protected]>
…search-for-facet-values
* Prototype beta/prototype search for facet values (#1144) * Add prototype beta changeset * Add compatibility with searchable on facetRefinements * Add changeset for searchable parameter * Merge * Add a facet search context * Update changeset * Update pre mode * Update pre mode * Update pre mode * Version Packages (prototype-search-for-facet-values) (#1158) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Update README.md * Remove pre changeset mode --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: meili-bot <[email protected]> Co-authored-by: meili-bors[bot] <89034592+meili-bors[bot]@users.noreply.github.com> * Remove changelog * Rollback unexpected changes * Update meilisearch to latest rc * Fix cypress tests --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: meili-bot <[email protected]> Co-authored-by: meili-bors[bot] <89034592+meili-bors[bot]@users.noreply.github.com>
New
Add compatibility with the
searchable
parameter of theRefinementList
widgetTODO