summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/static/searchtools.js_t
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-1/+1
* Closes #1072: In the JS search, fix issues searching for upper-cased words by...Georg Brandl2014-01-121-1/+1
* Closes #764: always search stopwords lowercasedGeorg Brandl2014-01-101-1/+1
* fix: A wrong conditoin check break search feature on first page that is usual...shimizukawa2013-09-261-1/+1
* #723: fix remaining issue with search and webkit browsersGeorg Brandl2013-03-311-1/+1
* Closes #723: Fix the search function on local files in WebKit based browsers.Georg Brandl2013-03-301-12/+19
* Fix local search which was broken by correcting JS issues found by JSHint (co...Jonathan Waltman2013-01-101-1/+1
* Correct some JS issues found by JSHint.Georg Brandl2013-01-041-24/+17
* Closes #1067: implement pluggable search scorer and tweak scoring to give goo...Georg Brandl2013-01-041-43/+101
* Issue #1067: Scoring based search resultsGeorg Brandl2013-01-031-96/+102
* Copyright update.Georg Brandl2013-01-011-1/+1
* Closes #1015: do not override the jQuery contains() function by defining our ...Georg Brandl2012-10-281-2/+2
* Merge with 1.0Georg Brandl2011-09-231-5/+9
* Fix indentation.Georg Brandl2011-09-211-1/+1
* Array.concat does not exist in all browsers.Njal Karevoll2011-08-151-1/+1
* merge with 1.0Georg Brandl2011-05-151-1/+1
* Improved multi-word search by doing object lookups and matching descriptions ...Luke Plant2011-05-141-10/+36
* Pulled object search routine into separate routine.Luke Plant2011-05-141-33/+48
* #273: Add an API for adding full-text search support for languages other than...Georg Brandl2011-01-041-0/+333