@@ -, +, @@ --- .../intranet-tmpl/prog/js/vue/components/KohaTable.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue +++ a/koha-tmpl/intranet-tmpl/prog/js/vue/components/KohaTable.vue @@ -45,7 +45,7 @@ export default { ..._dt_default_ajax({ options: this.options }), }, buttons, - default_search: this.$route.query.q, + search: { search: this.$route.query.q }, ...this.options, }, hidden_ids, @@ -182,10 +182,6 @@ export default { type: Object, required: false, }, - default_search: { - type: String, - required: false, - }, add_filters: { type: Boolean, required: false, --