mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add wordCount to Page doc in elastic
This commit is contained in:
parent
7fa092d95e
commit
d00391b593
2 changed files with 4 additions and 0 deletions
|
|
@ -216,6 +216,7 @@ export interface Page {
|
|||
language?: string
|
||||
readAt?: Date
|
||||
listenedAt?: Date
|
||||
wordCount?: number
|
||||
}
|
||||
|
||||
export interface SearchItem {
|
||||
|
|
|
|||
|
|
@ -151,6 +151,9 @@
|
|||
},
|
||||
"listenedAt": {
|
||||
"type": "date"
|
||||
},
|
||||
"wordCount": {
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue