Text: Update stopwords.txt and stopwords.go

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2022-10-14 12:07:48 +02:00
parent f1f59bd8af
commit b277a72eae
2 changed files with 4 additions and 0 deletions

View file

@ -35,6 +35,8 @@ picture
pictures pictures
upload upload
uploads uploads
uploader
users
download download
downloads downloads
edit edit

View file

@ -41,6 +41,8 @@ var StopWords = map[string]bool{
"pictures": true, "pictures": true,
"upload": true, "upload": true,
"uploads": true, "uploads": true,
"uploader": true,
"users": true,
"download": true, "download": true,
"downloads": true, "downloads": true,
"edit": true, "edit": true,