mixed up parameter order

This commit is contained in:
Jeffrey Picard 2021-06-18 00:34:22 -04:00
parent 3f64655a26
commit 122224b0ad

View file

@ -322,8 +322,8 @@ func (s *Server) postProcessResults(
func (s *Server) setupEsQuery(
q *elastic.BoolQuery,
in *pb.SearchRequest,
from *int,
pageSize *int,
from *int,
orderBy *[]orderField) *elastic.BoolQuery {
claimTypes := map[string]int {
"stream": 1,