fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
enlarge top menu font
[wolnelektury.git]
/
src
/
search
/
index.py
diff --git
a/src/search/index.py
b/src/search/index.py
index
a1c2716
..
d3377b1
100644
(file)
--- a/
src/search/index.py
+++ b/
src/search/index.py
@@
-957,6
+957,8
@@
class Search(SolrIndex):
text = snippets.get((int(position),
int(length)))
snip = self.index.highlight(text=text, field=field, q=query)
text = snippets.get((int(position),
int(length)))
snip = self.index.highlight(text=text, field=field, q=query)
+ if not snip and field == 'text':
+ snip = self.index.highlight(text=text, field='text_nonstem', q=query)
if snip not in snips:
snips[idx] = snip
if snip:
if snip not in snips:
snips[idx] = snip
if snip: