Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink authored Jul 3, 2024
1 parent eb45e7e commit c532293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchgram/zinc.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def search(self, keyword, _type=None, user=None, page=1, mode=None) -> dict:
],
),
),
sort=["-@timestamp"],
sort=["-@date"],
_from=(page - 1) * 10,
size=10,
track_total_hits=True,
Expand Down

0 comments on commit c532293

Please sign in to comment.