mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Include highlights in search page result in elastic
This commit is contained in:
parent
6cae3dc9b5
commit
bf1faaeea4
1 changed files with 1 additions and 1 deletions
|
|
@ -403,7 +403,7 @@ export const searchPages = async (
|
|||
from,
|
||||
size,
|
||||
_source: {
|
||||
excludes: ['originalHtml', 'content', 'highlights'],
|
||||
excludes: ['originalHtml', 'content'],
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue