[Feature] Add support for custom taxonomies to FacetsManager #43
Merged
titouanmathis merged 3 commits intodevelopfrom Aug 14, 2025
Merged
[Feature] Add support for custom taxonomies to FacetsManager #43titouanmathis merged 3 commits intodevelopfrom
titouanmathis merged 3 commits intodevelopfrom
Conversation
fca86d6 to
9c5eb43
Compare
f0bd545 to
419418b
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #43 +/- ##
=============================================
+ Coverage 66.56% 68.85% +2.29%
- Complexity 209 222 +13
=============================================
Files 15 15
Lines 625 671 +46
=============================================
+ Hits 416 462 +46
Misses 209 209
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9321827 to
2b11b89
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Linked issue
#42
❓ Type of change
📚 Description
This PR adds support for custom taxonomy to the URL parameters for the FacetsManager.
With a custom taxonomy named
text_taxonomy, the following parameters can be used:As of now the
relationoperator for tax queries is not configurable and will always beAND. Usage will tell us if customization is needed.📝 Checklist