You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #17131 [Finder] Add case insensitive sort (hmoreau)
This PR was squashed before being merged into the 6.2 branch.
Discussion
----------
[Finder] Add case insensitive sort
Add a new sortByCaseInsensitiveName() method to have case insensitive sorting results.
Like the sortByName(), pass true as its argument to use PHP's case insensitive natural sort order algorithm instead.
Related to symfony/symfony#46126 PR
Replace #16735 PR
Commits
-------
df9281f [Finder] Add case insensitive sort
0 commit comments