stub out receip search tests

This commit is contained in:
smilerz
2022-02-08 20:23:49 -06:00
parent 924ffc473b
commit c2961eede4
6 changed files with 112 additions and 15 deletions

View File

@@ -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) {