Skip to content

Commit

Permalink
docs: remove note re: multiple collections
Browse files Browse the repository at this point in the history
With a test to prove it
  • Loading branch information
gadomski committed Oct 18, 2023
1 parent 0c10c2e commit ef2759c
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 2 deletions.
3 changes: 1 addition & 2 deletions pystac_client/item_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ class ItemSearch:
*per page* of results. Defaults to 100.
ids: List of one or more Item ids to filter on.
collections: List of one or more Collection IDs or :class:`pystac.Collection`
instances. Only Items in one
of the provided Collections will be searched
instances.
bbox: A list, tuple, or iterator representing a bounding box of 2D
or 3D coordinates. Results will be filtered
to only those intersecting the bounding box.
Expand Down
Loading

0 comments on commit ef2759c

Please sign in to comment.