Skip to content

Commit

Permalink
feat: Type-check search parameter sumOrFiltersScores (closes #402)
Browse files Browse the repository at this point in the history
  • Loading branch information
aseure committed Apr 11, 2018
1 parent 1aa19ad commit 0d07917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion algoliasearch/check_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ Outer:
"aroundLatLngViaIP",
"facetingAfterDistinct",
"restrictHighlightAndSnippetArrays",
"percentileComputation":
"percentileComputation",
"sumOrFiltersScores":
if _, ok := v.(bool); !ok {
return invalidType(k, "bool")
}
Expand Down

0 comments on commit 0d07917

Please sign in to comment.