[docs] [issue34733] Missing search bar on docs.python.org

Julien Palard report at bugs.python.org
Wed Sep 19 16:13:44 EDT 2018


Julien Palard <julien+python at palard.fr> added the comment:

Yes, got it too : 512d7101098b971837cbb406942215244f636547, they literally removed the searchbox:

$ git show 512d7101098b971837cbb406942215244f636547 | grep searchbox
-{%- macro searchbox() %}
-{# modified from sphinx/themes/basic/searchbox.html #}
-        {{ searchbox() }}
-            '<input type="text" value="" id="searchbox" style="width: 50%">',
-            '<input type="submit" id="searchbox-submit" value="Filter"></p>'
-                  var query = new RegExp($('#searchbox').val(), 'i');
-          $('#searchbox').keyup(dofilter);
-          $('#searchbox-submit').click(dofilter);

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34733>
_______________________________________


More information about the docs mailing list