Backend: Add stopwords

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-06-24 06:56:54 +02:00
parent 739a9a3c54
commit 5b312cc1b5
2 changed files with 8 additions and 0 deletions

View file

@ -9,6 +9,10 @@ android
sync
usb
dsc
pic
pict
picture
pictures
upload
download
temp

View file

@ -14,6 +14,10 @@ var Stopwords = map[string]bool{
"sync": true,
"usb": true,
"dsc": true,
"pic": true,
"pict": true,
"picture": true,
"pictures": true,
"upload": true,
"download": true,
"temp": true,