Open glevava opened 7 years ago
https://github.com/Prodiguer/synda/blob/b713446ee1c73d6d3496de01500ed08d78f9b04e/sdt/bin/sdtiaction.py#L266 sets the download limit to 5 files in case of no url request (e.g., "synda get -s selection.txt").
To comment the line allows to retrieve the default Search API limit (9000).
The flag "--limit" should be implement for "synda get" too in a next release.
https://github.com/Prodiguer/synda/blob/b713446ee1c73d6d3496de01500ed08d78f9b04e/sdt/bin/sdtiaction.py#L266 sets the download limit to 5 files in case of no url request (e.g., "synda get -s selection.txt").
To comment the line allows to retrieve the default Search API limit (9000).
The flag "--limit" should be implement for "synda get" too in a next release.