diff --git a/docs/usage.rst b/docs/usage.rst index 714d0bce..9184c48a 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -357,7 +357,7 @@ ItemSearch STAC API services may optionally implement a ``/search`` endpoint as describe in the `STAC API - Item Search spec -`__. This endpoint allows clients to query STAC Items across the entire service using a variety of filter parameters. See the `Query Parameter Table `__ diff --git a/pystac_client/item_search.py b/pystac_client/item_search.py index 117b5994..54e4e3cc 100644 --- a/pystac_client/item_search.py +++ b/pystac_client/item_search.py @@ -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 `__