mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
WIP
This commit is contained in:
@@ -903,6 +903,7 @@ export default {
|
||||
}
|
||||
|
||||
if (filter) {
|
||||
// this can be simplified by calling recipe API {query: {filter: filter_id}} but you lose loading all of the params into the UI
|
||||
filter = JSON.parse(filter.search)
|
||||
let fields = ["keywords", "foods", "books"]
|
||||
let operators = ["_or", "_and", "_or_not", "_and_not"]
|
||||
|
||||
Reference in New Issue
Block a user