summaryrefslogtreecommitdiff
path: root/sphinx/search/en.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged in shibu/sphinx/add_stemmer (pull request #214)Georg Brandl2014-03-041-2/+15
|\
| * Add html_search_* options templates to conf.pyYoshiki Shibukawa2014-01-201-0/+1
| | | | | | | | | | Fix encode error when building Add printing search language label when building
| * add 14 languages search supportYoshiki Shibukawa2014-01-201-2/+14
| |
* | Update copyright year.Georg Brandl2014-03-011-1/+1
|/
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Fix backslashes.Georg Brandl2011-01-151-1/+1
|
* Make check.Georg Brandl2011-01-151-4/+6
|
* #273: Add an API for adding full-text search support for languages other ↵Georg Brandl2011-01-041-0/+242
than English. Add support for Japanese. Based on the implementation by SHIBUKAWA Yoshiki in https://bitbucket.org/shibu/sphinx/.