Skip to content

Commit

Permalink
Merge pull request #208 from NickolausDS/docs-fix
Browse files Browse the repository at this point in the history
docs: fix broken search docs link
  • Loading branch information
NickolausDS committed Jun 14, 2023
2 parents 4cd337d + 74dd44d commit afdbdb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globus_portal_framework/gsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def post_search(index, query, filters, user=None, page=1, search_kwargs=None):
}
See Search docs here:
https://docs.globus.org/api/search/schemas/GSearchRequest/
https://docs.globus.org/api/search/reference/get_query/
:param index: index key name defined in settings.SEARCH_INDEXES, eg 'foo'
:param query: The query string to search with, eg 'apples' or '*'
:param filters: List of search filters. Typically, this is taken from the
Expand Down

0 comments on commit afdbdb0

Please sign in to comment.