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 sync
usb usb
dsc dsc
pic
pict
picture
pictures
upload upload
download download
temp temp

View file

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