We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the base.py search component class, it instantiates a SearchFilterFactory with all search components without checking the property enabled (here)
base.py
SearchFilterFactory
enabled
The text was updated successfully, but these errors were encountered:
filters for only search components that are enabled, re #10805
75bf628
ecac100
closing this in anticipation of #10807 given that its migration includes the removal of the "enabled" field from the SearchComponent model
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In the
base.py
search component class, it instantiates aSearchFilterFactory
with all search components without checking the propertyenabled
(here)The text was updated successfully, but these errors were encountered: