mixed up parameter order
This commit is contained in:
parent
3f64655a26
commit
122224b0ad
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue