Skip to content

Commit

Permalink
Update CustomESRequestSerializer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Nov 14, 2022
1 parent 6d2c397 commit f8c34a3
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 @@ -209,7 +209,7 @@ export class CustomESRequestSerializer {
must_not: must_notList,
},
};
console.debug("bodyParams['query']['bool']", bodyParams['query']['bool']);
// console.debug("bodyParams['query']['bool']", bodyParams['query']['bool']);

bodyParams['highlight'] = {
number_of_fragments: 20,
Expand Down

0 comments on commit f8c34a3

Please sign in to comment.