[search] Remove stop words

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-11-10 19:44:34 +00:00
committed by Konstantin Pastbin
parent 5ab43dd67e
commit 12ac8e8814
8 changed files with 15 additions and 78 deletions

View File

@@ -28,7 +28,6 @@ public:
Token(String const & original) : m_original(original) {}
void AddSynonym(std::string const & s);
void AddSynonym(String const & s);
template <typename Fn>
void ForEachSynonym(Fn && fn) const