Skip to content

Commit

Permalink
add * to hl.fl field for highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
thostetler committed Jan 29, 2021
1 parent ee44815 commit d472d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/widgets/list_of_things/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ define([
var q = this.model.get('currentQuery').clone();
q.set({
hl: 'true',
'hl.fl': 'title,abstract,body,ack',
'hl.fl': 'title,abstract,body,ack,*',
'hl.maxAnalyzedChars': '150000',
'hl.requireFieldMatch': 'true',
'hl.usePhraseHighlighter': 'true',
Expand Down

0 comments on commit d472d02

Please sign in to comment.