]> git.sesse.net Git - plocate/commit
Support case-insensitive searches.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 10 Oct 2020 09:36:17 +0000 (11:36 +0200)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sat, 10 Oct 2020 17:20:48 +0000 (19:20 +0200)
commitefd7545c8ee2177aa13cf3ec8423d0e725c6a16d
treebc89e170e98281b9e9e2ec54fd86e06681afdb10
parent9048228b9a64c9a86d8ef9264d4d6198fe70827b
Support case-insensitive searches.

Without changing the database format, this causes a bunch of extra
lookups. But somehow, it appears to go fairly well in practice.
Of course, case-sensitive will always be faster.
meson.build
parse_trigrams.cpp [new file with mode: 0644]
parse_trigrams.h [new file with mode: 0644]
plocate.cpp