Closes #8123: Fix plus-handling (+) in search terms for basic html theme search

Note, that the default splitter will not index +, so this isn't of much of much use, unless
the splitter of the search-language is reconfigured.
This commit is contained in:
Daniel Hofmann
2020-08-19 16:41:20 +02:00
parent fabe685638
commit 3e479d772b
6 changed files with 56 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ module.exports = function(config) {
'sphinx/themes/basic/static/underscore.js',
'sphinx/themes/basic/static/jquery.js',
'sphinx/themes/basic/static/doctools.js',
'sphinx/themes/basic/static/searchtools.js',
'tests/js/*.js'
],