Skip to content

Commit 5a679f6

Browse files
committed
SCIX-856 fix(search): increase hl.maxAnalyzedChars to 1M
1 parent c7389e1 commit 5a679f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/widgets/list_of_things/widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ define([
611611
q.set({
612612
hl: 'true',
613613
'hl.fl': 'title,abstract,body,ack,*',
614-
'hl.maxAnalyzedChars': '150000',
614+
'hl.maxAnalyzedChars': '1000000',
615615
'hl.requireFieldMatch': 'true',
616616
'hl.usePhraseHighlighter': 'true',
617617
start: start,

0 commit comments

Comments
 (0)