summaryrefslogtreecommitdiffstats
path: root/pkg/utils/search.go
AgeCommit message (Expand)Author
2024-03-17Rename FuzzySearch to FilterStringsStefan Haller
2024-03-17Default to substring filtering, add option to go back to fuzzy filteringStefan Haller
2024-03-17Don't sort the results of fuzzy.FindStefan Haller
2023-07-30Standardise on using lo for slice functionsJesse Duffield
2023-07-03Support case sensitive filteringJesse Duffield
2023-07-03Case insensitive string comparisonJesse Duffield