Stopwords: Add "unknown", "title", "caption" and "description"

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-06-27 14:24:30 +02:00
parent 6c7ed8fdff
commit f0af60a82b
2 changed files with 8 additions and 0 deletions

View file

@ -29,6 +29,10 @@ download
downloads
edit
edited
unknown
title
caption
description
temp
var
lib

View file

@ -34,6 +34,10 @@ var StopWords = map[string]bool{
"downloads": true,
"edit": true,
"edited": true,
"unknown": true,
"title": true,
"caption": true,
"description": true,
"temp": true,
"var": true,
"lib": true,