aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/src/ordering.rs (follow)
Commit message (Collapse)AuthorAge
* Reordered fuzzy search (#179)Mark Wotton2021-09-09
* add test demonstrating problem * add a reordered fuzzy-search mode that presents shorter matches first, rather than using strict chronological ordering. * fix warnings, refactor interface to minspan slightly