Backend: Add words to stopwords.txt
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
f58ca6dcda
commit
5c780c99db
2 changed files with 10 additions and 0 deletions
|
@ -96,6 +96,11 @@ src
|
|||
photo
|
||||
image
|
||||
file
|
||||
datei
|
||||
dateien
|
||||
ordner
|
||||
folder
|
||||
folders
|
||||
'll
|
||||
'tis
|
||||
'twas
|
||||
|
|
|
@ -101,6 +101,11 @@ var StopWords = map[string]bool{
|
|||
"photo": true,
|
||||
"image": true,
|
||||
"file": true,
|
||||
"datei": true,
|
||||
"dateien": true,
|
||||
"ordner": true,
|
||||
"folder": true,
|
||||
"folders": true,
|
||||
"'ll": true,
|
||||
"'tis": true,
|
||||
"'twas": true,
|
||||
|
|
Loading…
Reference in a new issue