Skip to content

Commit

Permalink
false -> null...
Browse files Browse the repository at this point in the history
  • Loading branch information
andersju committed Aug 2, 2024
1 parent 37ed783 commit 4d16a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whelk-core/src/main/groovy/whelk/search/ESQuery.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class ESQuery {
}

@CompileStatic(TypeCheckingMode.SKIP)
Map doQuery(Map<String, String[]> queryParameters, String suggest = null, String spell = false) {
Map doQuery(Map<String, String[]> queryParameters, String suggest = null, String spell = null) {
Map esQuery = getESQuery(queryParameters, suggest, spell)
Map esResponse = hideKeywordFields(moveAggregationsToTopLevel(whelk.elastic.query(esQuery)))
if ('esQuery' in queryParameters.get('_debug')) {
Expand Down

0 comments on commit 4d16a7b

Please sign in to comment.