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

Commit 7d25b7d3 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by Android Git Automerger
Browse files

am b6dfc2d2: am 963afcbb: am 9b7f8f20: Doc change: start search suggestions at...

am b6dfc2d2: am 963afcbb: am 9b7f8f20: Doc change: start search suggestions at two characters instead of three, so that tv suggestions are enabled.

* commit 'b6dfc2d2':
  Doc change: start search suggestions at two characters instead of three, so that tv suggestions are enabled.
parents e4cbc2af b6dfc2d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1988,7 +1988,7 @@ function search_changed(e, kd, toroot)




        // Search for matching JD docs
        // Search for matching JD docs
        if (text.length >= 3) {
        if (text.length >= 2) {
          // Regex to match only the beginning of a word
          // Regex to match only the beginning of a word
          var textRegex = new RegExp("\\b" + text.toLowerCase(), "g");
          var textRegex = new RegExp("\\b" + text.toLowerCase(), "g");


+4 −4
Original line number Original line Diff line number Diff line
@@ -194,10 +194,10 @@ include:"header.cs" ?>


<?cs include:"trailer.cs" ?>
<?cs include:"trailer.cs" ?>
  <script src="https://developer.android.com/ytblogger_lists_unified.js" type="text/javascript"></script>
  <script src="https://developer.android.com/ytblogger_lists_unified.js" type="text/javascript"></script>
  <script src="<?cs var:toroot ?>jd_lists_unified.js?v=3" type="text/javascript"></script>
  <script src="<?cs var:toroot ?>jd_lists_unified.js?v=4" type="text/javascript"></script>
  <script src="<?cs var:toroot ?>jd_extras.js?v=4" type="text/javascript"></script>
  <script src="<?cs var:toroot ?>jd_extras.js?v=5" type="text/javascript"></script>
  <script src="<?cs var:toroot ?>jd_collections.js?v=4" type="text/javascript"></script>
  <script src="<?cs var:toroot ?>jd_collections.js?v=5" type="text/javascript"></script>
  <script src="<?cs var:toroot ?>jd_tag_helpers.js?v=3" type="text/javascript"></script>
  <script src="<?cs var:toroot ?>jd_tag_helpers.js?v=4" type="text/javascript"></script>


</body>
</body>
</html>
</html>