Skip to content

Commit

Permalink
Fix deprecated ES Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Mar 8, 2022
1 parent 471fce9 commit edf4acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Searchkit/CustomESRequestSerializer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ export class CustomESRequestSerializer {
somemoredatafromelasticsearch: {
top_hits: {
size: 1,
_source: { include: [fieldName] },
_source: { includes: [fieldName] },
},
},
},
Expand Down

0 comments on commit edf4acc

Please sign in to comment.