]> _ Git - fluidbook-html5.git/commitdiff
fix #1933 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 6 Feb 2018 15:52:31 +0000 (16:52 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 6 Feb 2018 15:52:31 +0000 (16:52 +0100)
js/libs/fluidbook/fluidbook.search.js

index 358452aff50d33f775e0db1504a5d4de42b41c85..1a244da352460fd3a50caaf470277708a7adcdf2 100644 (file)
@@ -403,6 +403,7 @@ FluidbookSearch.prototype = {
             return false;
         }
 
+        this.fluidbook.stats.track(1, this.fluidbook.currentPage, q);
         var $this = this;
         this.find(q, function (results) {
             $this.openResults(results);