X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/35b64fd8bec183054b63234aebf8782b87cf5cc5..c2dba41b331a28fb7de510ca0e79d00e95bec99b:/apps/search/custom.py diff --git a/apps/search/custom.py b/apps/search/custom.py index e6f559b62..924a10ec6 100644 --- a/apps/search/custom.py +++ b/apps/search/custom.py @@ -147,7 +147,7 @@ class CustomSolrInterface(sunburnt.SolrInterface): break start -= 1 - while end < totlen: + while end < totlen - 1: if is_boundary(text[end + 1]): break end += 1