-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
fix(v2): Algolia: allow contextualSearch + facetFilters #3804
Conversation
Deploy preview for docusaurus-2 ready! Built with commit 9931a40 |
Size Change: +21 B (0%) Total Size: 154 kB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to add such support for the search page in near future?
Deploy preview for docusaurus-2 ready! Built with commit 17e38d3 |
Yes @lex111 , was actually going to fill an issue because the search page does not respect Algolia site config |
Motivation
Merge contextual search facetFilters with config-provided facetFilters.
Remove security: not a big deal because users will notice easily if their search is broken due to an extra useless config filter.
Fixes #3790
Test Plan
preview + locally
Related PRs
#3550