We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 883ff64 + 32e5428 commit bc9d270Copy full SHA for bc9d270
docs/source/cli/examples.rst
@@ -12,11 +12,11 @@ Get the latest 10 items from the API of any ItemType::
12
13
Get recently acquired PSScene3Band ItemType records::
14
15
- planet data search --item-type PSScene3Band --date gt 2017-02-14
+ planet data search --item-type PSScene3Band --date acquired gt 2017-02-14
16
17
Item types can be specified case-insensitively, with prefix matching in the CLI::
18
19
- planet data search --item-type psscene --date gt 2017-02-14
+ planet data search --item-type psscene --date acquired gt 2017-02-14
20
21
Search for a month. Note: criteria are applied as an AND filter::
22
0 commit comments