
Searching datasets based on size and row count is now as easy as it sounds !
Filtering on row count
The field dataset.rows can now be filtered and range can be used on it, eg :
The query dataset.rows:>0 will
display anything
indexed that contains at least 1 record :

Filtering on size
The field dataset.size can now be filtered and range can be used on it, eg :
The query dataset.size:>1073741824 will
display
anything indexed that contains at least 1GB of data :

Hope it helps your research !
