Skip to content

Commit

Permalink
fixup: add sort param to SearchQueryV1 docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
m1yag1 committed Oct 16, 2024
1 parent e9f3573 commit 6ad5e05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/globus_sdk/services/search/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ class SearchQueryV1(utils.PayloadWrapper):
:param post_facet_filters: a list of filters to apply after facet
results are returned
:param boosts: a list of boosts to apply to the query
:param sort: a list of fields to sort results
:param additional_fields: additional data to include in the query document
"""

Expand Down

0 comments on commit 6ad5e05

Please sign in to comment.