Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 882adaed authored by Dirk Dougherty's avatar Dirk Dougherty
Browse files

Search for suggestion matches across PREVIEW_RESOURCES.

Change-Id: I8290aca2488a55da53905a658c98c0496709a8cb
parent 8612002d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2362,7 +2362,7 @@ function search_changed(e, kd, toroot)
          }

          // Search for Preview Guides
          for (var i=0; i<_RESOURCES.length; i++) {
          for (var i=0; i<PREVIEW_RESOURCES.length; i++) {
            // current search comparison, with counters for tag and title,
            // used later to improve ranking
            var s = _RESOURCES[i];