Search: Update /pkg/txt/smallwords.go and stopwords.go

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2024-11-18 11:18:46 +01:00
parent d6e5096786
commit bd6a1b90f2
3 changed files with 3 additions and 2 deletions

View file

@ -1538,7 +1538,6 @@ von
vor
wahr?
wann
war
waren
warst
wart

View file

@ -39,10 +39,13 @@ var SmallWords = map[string]bool{
"ist": true,
"und": true,
"uns": true,
"unser": true,
"unsere": true,
"von": true,
"für": true,
"ein": true,
"eine": true,
"einer": true,
"sind": true,
"sein": true,
"auch": true,

View file

@ -1544,7 +1544,6 @@ var StopWords = map[string]bool{
"vor": true,
"wahr?": true,
"wann": true,
"war": true,
"waren": true,
"warst": true,
"wart": true,