Skip to content

Commit

Permalink
Merge pull request #2585 from kuzzleio/feat/add-post_filter-to-whitelist
Browse files Browse the repository at this point in the history
feat(elasticsearch): add post_filter to whitelist of body terms
  • Loading branch information
QuentinRousselet authored Jan 16, 2025
2 parents 6549333 + 99344c6 commit e94f358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/service/storage/7/elasticsearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export class ES7 {
"fields",
"from",
"highlight",
"post_filter",
"query",
"search_after",
"search_timeout",
Expand Down
1 change: 1 addition & 0 deletions lib/service/storage/8/elasticsearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export class ES8 {
"fields",
"from",
"highlight",
"post_filter",
"query",
"search_after",
"search_timeout",
Expand Down

0 comments on commit e94f358

Please sign in to comment.