summaryrefslogtreecommitdiff
path: root/tests/test_search.py
Commit message (Expand)AuthorAgeFilesLines
* search, store objects as array to retain allJakob Lykke Andersen2021-09-251-2/+7
* search, test updateJakob Lykke Andersen2021-09-251-55/+63
* Merge branch '3.x'Takeshi KOMIYA2021-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-11-121-1/+1
|\ \ | |/
| * Sort imports with isortFrançois Freitag2020-11-111-1/+1
* | improve test_nosearchMateusz Lapsa-Malawski2020-08-071-0/+1
* | update testsMateusz Lapsa-Malawski2020-08-071-3/+6
|/
* Close #7025: html search: full text search can be disabled via metadataTakeshi KOMIYA2020-02-221-1/+11
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-4/+4
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Merge branch '1.8'jfbu2018-12-281-0/+15
|\ \ | |/
| * #5605 fix Chinese search index (#5611)Timotheus Kampik2018-12-251-0/+15
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Improve JS handling in test_search.pyJon Dufresne2018-11-131-5/+3
* | Replace all six.BytesIO with io.BytesIOJon Dufresne2018-09-231-1/+1
* | Remove unnecessary object from class definitionsJon Dufresne2018-09-111-1/+1
|/
* Search: make a difference between fullname and dispnameJakob Lykke Andersen2018-06-101-1/+1
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-2/+2
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Fix #4169: Chinese language doesn't trigger Chinese search automaticallyTakeshi KOMIYA2017-10-211-0/+12
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Fix IndexBuilder.prune() and load() supports _filenames fieldTakeshi KOMIYA2017-02-211-2/+26
* Fix #3349: Result of ``IndexBuilder.load()`` is brokenTakeshi KOMIYA2017-02-201-11/+92
* Fix flake8 violationsTakeshi KOMIYA2017-01-261-1/+0
* pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-9/+8
* Fix #3039: English stemmer returns wrong word if the word is capitalizedTakeshi KOMIYA2016-10-171-2/+4
* Fix #3045: HTML search index creator should ignore "raw" content if now htmlTakeshi KOMIYA2016-10-171-1/+9
* allow search hits in body text that are in title of other doc #2891 (#2971)Timotheus Kampik2016-10-111-0/+10
* Merge branch 'master' into fix-stemming-removes-short-words-from-search-resultsTimotheus Kampik2016-07-101-1/+3
|\
| * Merge pull request #2454 from mgeier/html-sourcelink-txtTakeshi KOMIYA2016-07-061-1/+1
| |\
| | * TESTS: Add missing docname in test_search.pyMatthias Geier2016-06-071-1/+1
| * | Merge branch 'stable'Takeshi KOMIYA2016-06-121-0/+2
| |\ \ | | |/ | |/|
| | * Fix flake8 violation under tests/Takeshi KOMIYA2016-06-121-0/+2
* | | Merge branch 'master' into fix-stemming-removes-short-words-from-search-resultsTimotheus Kampik2016-06-041-15/+27
|\ \ \ | |/ /
| * | Refactor testcases for #2516Takeshi KOMIYA2016-05-241-14/+28
* | | search index: don't stemm words that would be excluded from search index only...Timotheus Kampik2016-06-041-1/+16
|/ /
* | refactor code/tests: keyword support for search index #2516Timotheus Kampik2016-05-051-4/+8
* | refactor, add more tests #2516Timotheus Kampik2016-05-021-3/+15
* | add tests for meta-tag search index generation #2463Timotheus Kampik2016-05-021-0/+8
|/
* Fix test_search has been failedTakeshi KOMIYA2016-03-011-1/+1
* Fix #2019: the domain objects in search result are not escapedTakeshi KOMIYA2016-02-291-0/+13
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
* | use b prefix for bytes instead of sphinx.pycompat.b function.Takayuki Shimizukawa2014-05-011-2/+1
|/
* Update copyright year.Georg Brandl2014-03-011-1/+1
* fix problems with py25,py3x for search index generationTakayuki Shimizukawa2013-01-041-1/+1