Commit Graph
4 Commits
Author SHA1 Message Date
"Michael Hauser-Raspe" 77cd2b32c7 Extract text matching to it's own file. 2022-06-26 01:51:48 +01:00
"Michael Hauser-Raspe" f6d3169bfc Create fuzzy scoring and fuzzy sort. 2022-06-25 00:41:32 +01:00
"Michael Hauser-Raspe" a554ae22f3 Add fuzzy filtering. 2022-06-15 18:07:40 +01:00
"Michael Hauser-Raspe" 438b11038c Implement multi-contains matching algorithm.
This allows a new matching method that will be the equivalent
of contains on every word (delimited by space) that is given.
This is the same matching algorithm used by helm in emacs and
allows a way of iteratively refining your search.
2022-06-07 14:46:45 +01:00