Skip to content

Add view parameter to get_search_terms method of SearchFilter class #9731

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

winie
Copy link

@winie winie commented Jun 30, 2025

This merge request adds the new view parameter as discussed in issue #9730.
For compatibility reasons, the view parameter has been appended to the end of the parameter list, rather than being positioned to match the order used in the get_search_fields method.
While this does not align with the order of parameters in get_search_fields, it ensures backward compatibility and avoids breaking existing implementations.

@winie winie force-pushed the add-view-to-get_search_term-method branch from dccf3d6 to 990d265 Compare June 30, 2025 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant