Commit aeefc87
committed
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 sort1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
339 | 339 | | |
340 | 340 | | |
341 | 341 | | |
| 342 | + | |
342 | 343 | | |
343 | 344 | | |
344 | 345 | | |
345 | 346 | | |
346 | 347 | | |
347 | 348 | | |
348 | | - | |
| 349 | + | |
349 | 350 | | |
350 | 351 | | |
351 | 352 | | |
352 | 353 | | |
353 | 354 | | |
354 | 355 | | |
355 | 356 | | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
356 | 360 | | |
357 | 361 | | |
358 | 362 | | |
| |||
0 commit comments