]> _ Git - odl.git/commitdiff
wip #5120
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Feb 2022 15:11:00 +0000 (16:11 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 22 Feb 2022 15:11:00 +0000 (16:11 +0100)
resources/js/search.js

index ef52c559f3f774f871479bc08fa351c317fb5046..328d2cc008dad96992152f917c4f06d7309b5179 100644 (file)
@@ -54,6 +54,8 @@ export default () => ({
             return [];
         }
 
+        console.log(this.query);
+
         return this.miniSearch.search(this.query);
     },