Backend: Add "eos" to stopwords list

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-07-06 10:31:33 +02:00
parent c4a62f3fcc
commit 8e07f1c61a
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ leica
panasonic
sony
canon
eos
nikon
iphone
handy

View file

@ -11,6 +11,7 @@ var StopWords = map[string]bool{
"panasonic": true,
"sony": true,
"canon": true,
"eos": true,
"nikon": true,
"iphone": true,
"handy": true,