From: Vincent Vanwaelscappel Date: Tue, 22 Feb 2022 15:11:00 +0000 (+0100) Subject: wip #5120 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e2934920a87d1f863a7012e55d43286e352ab7cc;p=odl.git wip #5120 --- 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); },