Skip to content

Commit

Permalink
Merge pull request #308 from carbonblack/feature-cb-38082
Browse files Browse the repository at this point in the history
CB-38082: Fix order for paginated sensor search
  • Loading branch information
kebringer-cb authored Jan 28, 2022
2 parents 1e05974 + 5f5914a commit edaf90c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cbapi/response/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,8 @@ def _search(self, start=0, rows=0):
else:
args = {}

args.update({"sort.col":"computer_name", "sort.dir":"asc"})

args['start'] = start

if rows:
Expand Down

0 comments on commit edaf90c

Please sign in to comment.