Skip to content

Commit

Permalink
Added track_total_hits in search endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed May 20, 2019
1 parent 8bde3f3 commit 9f4f0df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ public function getParamWhitelist()
'typed_keys',
'pre_filter_shard_size',
'rest_total_hits_as_int',
'seq_no_primary_term'
'seq_no_primary_term',
'track_total_hits'
);
}

Expand Down

0 comments on commit 9f4f0df

Please sign in to comment.