mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Merge pull request #4519 from lukasolson/field-highlight
Fix highlighting when no field is specified
This commit is contained in:
commit
44a9f705de
1 changed files with 1 additions and 0 deletions
|
@ -429,6 +429,7 @@ define(function (require) {
|
|||
pre_tags: [highlightTags.pre],
|
||||
post_tags: [highlightTags.post],
|
||||
fields: {'*': {}},
|
||||
require_field_match: false,
|
||||
fragment_size: 2147483647 // Limit of an integer.
|
||||
})
|
||||
.set('filter', queryFilter.getFilters());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue