fixed or/and filters

This commit is contained in:
smilerz
2021-09-15 08:29:49 -05:00
parent 90dc445c45
commit 0680cefbe1
14 changed files with 107 additions and 107 deletions

View File

@ -440,9 +440,9 @@ export default {
'books': this.settings.search_books.map(function (A) {
return A["id"];
}),
'keywords_or': this.settings.search_keywords_or,
'foods_or': this.settings.search_foods_or,
'books_or': this.settings.search_books_or,
'keywordsOr': this.settings.search_keywords_or,
'foodsOr': this.settings.search_foods_or,
'booksOr': this.settings.search_books_or,
'internal': this.settings.search_internal,
'random': this.random_search,
'_new': this.settings.sort_by_new,