diff options
Diffstat (limited to 'sphinx/sphinx.py')
-rw-r--r-- | sphinx/sphinx.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/sphinx.py b/sphinx/sphinx.py index 88f4733..b0886d2 100644 --- a/sphinx/sphinx.py +++ b/sphinx/sphinx.py @@ -16,7 +16,7 @@ def search(request): if status != None: res = sphinxclient.Query(request) - opts = {'before_match': '<b>', 'after_match':'</b>', 'chunk_separator': '...', 'limit': 400, 'around': 15} + opts = {'before_match': '', 'after_match':'', 'chunk_separator': '...', 'limit': 400, 'around': 15} index = 'datas' response = [] |