-
Notifications
You must be signed in to change notification settings - Fork 86
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
IBX-6878: Customize search sorting #2226
Conversation
...back_office/search/src/Search/SortingDefinition/Provider/RandomSortingDefinitionProvider.php
Outdated
Show resolved
Hide resolved
SortClause\CustomField is not covered by legacy search engine and may differ from Solr to Elasticsearch
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.
Some minor comments, but overall good job 💪
...office/search/src/Search/SortingDefinition/Provider/SectionNameSortingDefinitionProvider.php
Outdated
Show resolved
Hide resolved
...office/search/src/Search/SortingDefinition/Provider/SectionNameSortingDefinitionProvider.php
Outdated
Show resolved
Hide resolved
...office/search/src/Search/SortingDefinition/Provider/SectionNameSortingDefinitionProvider.php
Outdated
Show resolved
Hide resolved
Co-authored-by: Adam Wójs <[email protected]>
code_samples/back_office/search/translations/ibexa_search.en.yaml
Outdated
Show resolved
Hide resolved
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.
See my comments.
Co-authored-by: julitafalcondusza <[email protected]>
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.
Please check my comments.
Co-authored-by: Tomasz Dąbrowski <[email protected]>
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.
Thanks!
Co-authored-by: Marek Nocoń <[email protected]>
# Conflicts: # code_samples/back_office/search/config/append_to_services.yaml # mkdocs.yml
--------- Co-authored-by: Adrien Dupuis <[email protected]> Co-authored-by: Adam Wójs <[email protected]> Co-authored-by: julitafalcondusza <[email protected]> Co-authored-by: Tomasz Dąbrowski <[email protected]> Co-authored-by: Marek Nocoń <[email protected]> (cherry picked from commit 9d37154)
How to customize Back Office search result page's "Sort by" drop-down menu.
Install and run example:
Go to search page (e.g. http://localhost/admin/search?search%5Bquery%5D=user), open the sorting menu, see the "Sort by section" options.
Checklist