mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 12:18:45 -05:00
stub out receip search tests
This commit is contained in:
@@ -1012,6 +1012,10 @@ export default {
|
||||
params.options.query.last_viewed = this.ui.recently_viewed
|
||||
params._new = this.ui.sort_by_new
|
||||
}
|
||||
if (this.search.search_filter) {
|
||||
params.options.query.filter = this.search.search_filter.id
|
||||
}
|
||||
console.log(params)
|
||||
return params
|
||||
},
|
||||
searchFiltered: function (ignore_string = false) {
|
||||
|
||||
Reference in New Issue
Block a user