I am looking for confirmation on what I think I'm seeing in the Box CLI "search" command.
If I use
box search --type=file ...other parameters
I cannot use a wild card or "blank" search term. however if I use:
box search -- type=file ...other parameters... --mdfilter="valid metadatafilter"
I can use a "blank" search term and get results, however it seems to be limited to 100. This is not mentioned in the documentation
https://github.com/box/boxcli/blob/main/docs/search.md
And I have not figured out how to "step" to the next set of 100 results.
Both paths leave something to be desired, but for now I'd just like to know if there's a way to get the "next 100" or a way to get all.
Honestly all I want is a count of the files in a folder and it's children. It'd be great if we didn't have resort to these tricks to accomplish something that's available in the UI.
