-
Notifications
You must be signed in to change notification settings - Fork 8
[BUG] Taxonomy not filtering results at third level #113
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
Comments
Filter being returned in query string: f=[{"filterName":"owsmetadatafacetinfo","values":[{"name":"316(b)+Economics+(Inactive)","value":"2a09a388-0d7e-4d4f-9143-6b186e7d0939","operator":6,"taxonomyOptions":{"isDisabled":false,"selectionBehavior":"ItemAndChildren"}},{"name":"General","value":"740dcae5-4f4f-44f6-a08d-e9e2d9fe75ed","operator":6,"taxonomyOptions":{"disabledRelationship":"Child","isDisabled":true,"selectionBehavior":"ItemOnly","disabledById":"2a09a388-0d7e-4d4f-9143-6b186e7d0939"}}],"operator":"or","taxonomyItemType":"Term","taxonomyPageSize":20,"taxonomyShowSearchBox":true,"selectionBehavior":"ItemAndChildren"}] |
Doesn't work(third level): f=[{"filterName":"owsmetadatafacetinfo","values":[{"name":"General","value":"740dcae5-4f4f-44f6-a08d-e9e2d9fe75ed","operator":6,"taxonomyOptions":{"isDisabled":false,"selectionBehavior":"ItemOnly"}}],"operator":"or","taxonomyItemType":"Term","taxonomyPageSize":20,"taxonomyShowSearchBox":true,"selectionBehavior":"ItemAndChildren"}]# |
Screenshots attached |
Is there any additional information I can provide? |
Hi @tflemHAK , Thanks for your feedback. We have tried all possible scenarios and see that it is working fine with version 1.6.0-beta.1.9bcfacc. To understand better, kindly suggest a suitable time slot so that we could have a call and do a screenshare? Thank you. |
I am available the following times this week. Wednesday: 2-5pm ET |
Thanks for sharing the time slots. Could you please send your email id at this address : [email protected] We will send you an invite post that. Thank you |
Version used
Ex: 1.6.0
Describe the bug
We have a three tiered term set. All three tiers are tagged on the documents being searched/filtered. Filter only returns results at the first and second level when everything is automatically selected under it. It won't return any results when a single term is selected.
Expected behavior
Expect to be able to select a term at any level of the tree and have the documents tagged with that term returned.
Screenshots
For some reason, I am unable to upload screenshots.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: