Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ ItemSearch

STAC API services may optionally implement a ``/search`` endpoint as describe in the
`STAC API - Item Search spec
<https://github.com/radiantearth/stac-api-spec/tree/main/item-search`__. This
<https://github.com/radiantearth/stac-api-spec/tree/main/item-search>`__. This
endpoint allows clients to query STAC Items across the entire service using a variety
of filter parameters. See the `Query Parameter Table
<https://github.com/radiantearth/stac-api-spec/tree/main/item-search#query-parameter-table>`__
Expand Down
2 changes: 1 addition & 1 deletion pystac_client/item_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ class ItemSearch(BaseSearch):
through the resulting STAC Items, either :meth:`ItemSearch.item_collections`,
:meth:`ItemSearch.items`, or :meth:`ItemSearch.items_as_dicts`.

All parameters except `url``, ``method``, ``max_items``, and ``client``
All parameters except ``url``, ``method``, ``max_items``, and ``client``
correspond to query parameters
described in the `STAC API - Item Search: Query Parameters Table
<https://github.com/radiantearth/stac-api-spec/tree/master/item-search#query-parameter-table>`__
Expand Down
Loading