-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Revert: Show matching filters in search results #7376
Conversation
cc @phansys |
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.
Should we add a test to avoid the regression to come back ?
If the feature is removed for some reason about nested properties in a collection, please make it clear in the description. |
It's a revert commit, because the feature does not work. Where do you want a regression test? |
You're saying that
is not working anymore on this page. So you're fixing a bug, by removing partially the feature. When phansys added the feature, he added multiple tests ; no this one. Best would be to add a |
I did not see a single test for this feature #7005
That's right, it would be good to have a specific test for this. Unfortunately this is a twig bug and can't be covered with a simple php unit test. I don't have much time to create a functional test for a broken feature that I did not create. In the past we just reverted changes that are breaking and started from scratch when reimplementing the feature. |
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.
Simple revert seems good to me here
Might better to use the v4-implementation way
But still ok |
Subject
This is a hotfix to make the search useable again if you have cascaded search filters.
The following code needs some rework to make the feature useable again:
I am targeting this branch, because #7005 break the search result.
Changelog