mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Modify the Bootstrap default sorter to sort by: 1. Starts-with, in a case-sensitive way 2. Starts-with, in a case-insensitive way 3. Matches anywhere, case-sensitive 4. Matches anywhere, case-insensitive (This fixes the Keegan-reported issue of "Testing!" taking precedence over "test" when he types in "tes") (imported from commit b2a0127956fe7a8bf1cbf30752a6ddc2c49b7198)