From e2934920a87d1f863a7012e55d43286e352ab7cc Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 22 Feb 2022 16:11:00 +0100 Subject: [PATCH] wip #5120 --- resources/js/search.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/js/search.js b/resources/js/search.js index ef52c55..328d2cc 100644 --- a/resources/js/search.js +++ b/resources/js/search.js @@ -54,6 +54,8 @@ export default () => ({ return []; } + console.log(this.query); + return this.miniSearch.search(this.query); }, -- 2.39.5