diff --git a/vue/src/apps/RecipeSearchView/RecipeSearchView.vue b/vue/src/apps/RecipeSearchView/RecipeSearchView.vue index 72e97f7d3..4224b0d96 100644 --- a/vue/src/apps/RecipeSearchView/RecipeSearchView.vue +++ b/vue/src/apps/RecipeSearchView/RecipeSearchView.vue @@ -1148,7 +1148,10 @@ export default { }, showSQL: function () { let params = this.buildParams() - this.genericAPI(this.Models.RECIPE, this.Actions.LIST, params).then((result) => {}) + params.options.query.debug = true + this.genericAPI(this.Models.RECIPE, this.Actions.LIST, params).then((result) => { + console.log(result.data) + }) }, // TODO refactor to combine with load KeywordChildren loadFoodChildren({ action, parentNode, callback }) {