Text: Update stopwords.txt and stopwords.go
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
f1f59bd8af
commit
b277a72eae
2 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,8 @@ picture
|
|||
pictures
|
||||
upload
|
||||
uploads
|
||||
uploader
|
||||
users
|
||||
download
|
||||
downloads
|
||||
edit
|
||||
|
|
|
@ -41,6 +41,8 @@ var StopWords = map[string]bool{
|
|||
"pictures": true,
|
||||
"upload": true,
|
||||
"uploads": true,
|
||||
"uploader": true,
|
||||
"users": true,
|
||||
"download": true,
|
||||
"downloads": true,
|
||||
"edit": true,
|
||||
|
|
Loading…
Reference in a new issue