Backend: Add stopwords
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
739a9a3c54
commit
5b312cc1b5
2 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,10 @@ android
|
|||
sync
|
||||
usb
|
||||
dsc
|
||||
pic
|
||||
pict
|
||||
picture
|
||||
pictures
|
||||
upload
|
||||
download
|
||||
temp
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue