shared: sqlitesearch: Allow filtering by tags

This commit is contained in:
2023-04-10 18:28:07 +02:00
parent abd1b94235
commit 94fbdb5a92
2 changed files with 18 additions and 12 deletions

View File

@ -22,6 +22,7 @@ enum TokenType
FILTER_CONTENT = 512,
FILTER_CONTENT_CONTAINS,
FILTER_CONTENT_PAGE,
FILTER_TAG_ASSIGNED,
LIMIT = 1024
};