Skip to content
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

Search component sortorders only enforced upon instantiation of search view, not mutation #10767

Closed
whatisgalen opened this issue Apr 13, 2024 · 1 comment

Comments

@whatisgalen
Copy link
Member

the SearchComponent model has a sortorder that is only referenced one place. The utility of Arches sortorder is to manage the order in which search components/filters are executed. Post-instantiation, adding and removing various search filters does not enforce sortorder, meaning that the execution order could be contrary to what was intended. The search filter sortorder should be enforced when the search query gets sent to the search_results method in the SearchView.

@whatisgalen whatisgalen changed the title Search component sortorders only enforced upon instantiation of search view Search component sortorders only enforced upon instantiation of search view, not mutation Apr 13, 2024
@whatisgalen
Copy link
Member Author

closing in favor of #10807

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant