Search: Remove raw and gif from stopwords.txt #590 #1994 #2079 #2169

This commit is contained in:
Michael Mayer 2022-04-14 13:56:44 +02:00
parent ee2b101752
commit 1baada39f4
2 changed files with 0 additions and 4 deletions

View file

@ -63,14 +63,12 @@ xyz
jpg
jpeg
png
gif
tif
tiff
xmp
xml
yml
yaml
raw
zip
tar
txt

View file

@ -68,14 +68,12 @@ var StopWords = map[string]bool{
"jpg": true,
"jpeg": true,
"png": true,
"gif": true,
"tif": true,
"tiff": true,
"xmp": true,
"xml": true,
"yml": true,
"yaml": true,
"raw": true,
"zip": true,
"tar": true,
"txt": true,