Backend: Update stopwords.txt

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-06-10 08:40:25 +02:00
parent f2738c1f65
commit 856cd52dd5
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@ ipad
android
sync
usb
dsc
upload
download
temp

View file

@ -13,6 +13,7 @@ var Stopwords = map[string]bool{
"android": true,
"sync": true,
"usb": true,
"dsc": true,
"upload": true,
"download": true,
"temp": true,