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

Commit 519da3e6 authored by Scott Main's avatar Scott Main
Browse files

Revert "Search for suggestion matches across PREVIEW_RESOURCES."

This broke search suggestions.

This reverts commit 882adaed.

Change-Id: I830339887955dfe86d502e54860d90ce59394d69
parent 882adaed
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<PREVIEW_RESOURCES.length; i++) {
          for (var i=0; i<_RESOURCES.length; i++) {
            // current search comparison, with counters for tag and title,
            // used later to improve ranking
            var s = _RESOURCES[i];