summaryrefslogtreecommitdiff
path: root/sphinx/websupport/search
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-014-4/+4
* Copyright update.Georg Brandl2013-01-014-4/+4
* fix test failure: python3 + whooshshimizukawa2012-12-171-1/+1
* Replace ternary statements with condition and 'then' or 'else'Daniel Neuh?user2011-01-081-2/+2
* Determine search language in builder, and add missing method in websupport in...Georg Brandl2011-01-041-0/+5
* merge with 1.0Georg Brandl2011-01-044-4/+4
* Use different Whoosh API in order to fix test failure.Georg Brandl2010-08-211-1/+3
* Small code style changes, remove unused imports.Georg Brandl2010-08-214-15/+15
* Removed trailing whitespaceDasIch2010-08-102-8/+7
* moved NullSearchException to sphinx.websupport.errorsJacob Mason2010-08-091-3/+4
* create a searcher for each queryJacob Mason2010-08-091-4/+2
* updated docsJacob Mason2010-08-091-18/+15
* More complete tests for search adapters.Jacob Mason2010-07-312-1/+3
* Added test for build and made web support buildable without specifying search...Jacob Mason2010-07-302-0/+27
* Remove trailing whitespaceDasIch2010-07-252-3/+3
* small cleanup of xapiansearch.pyJacob Mason2010-07-132-11/+12
* API tweaks and more documentationJacob Mason2010-07-133-18/+84
* Split q for context_reJacob Mason2010-06-291-1/+1
* added whoosh search adapterJacob Mason2010-06-263-8/+68
* delete replaced documents in xapian when docs are rebuiltJacob Mason2010-06-252-12/+19
* fixed search result titles and contextJacob Mason2010-06-252-9/+22
* Added xapian searchjacob2010-06-242-0/+112