mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
updated RecipeSearch API
This commit is contained in:
@@ -395,6 +395,7 @@ export default {
|
||||
this.settings.search_input,
|
||||
this.settings.search_keywords,
|
||||
this.settings.search_foods,
|
||||
undefined,
|
||||
this.settings.search_books.map(function (A) {
|
||||
return A["id"];
|
||||
}),
|
||||
|
||||
@@ -160,7 +160,6 @@ export class Models {
|
||||
},
|
||||
'move': false
|
||||
}
|
||||
static RECIPE = {}
|
||||
static SHOPPING_LIST = {}
|
||||
static RECIPE_BOOK = {
|
||||
'name': i18n.t('Recipe_Book'),
|
||||
|
||||
Reference in New Issue
Block a user