Files
Qi Wang 619a39f7bb fix search output limit
close https://bugzilla.redhat.com/show_bug.cgi?id=1732280
From the bug Podman search returns 25 results even when limit option `--limit` is larger than 25(maxQueries). They want Podman to return `--limit` results.

This PR fixes the number of output result.
if --limit not set, return MIN(maxQueries, len(res))
if --limit is set, return MIN(option, len(res))

Signed-off-by: Qi Wang <qiwan@redhat.com>
2019-08-01 16:15:15 -04:00
..
2019-05-22 10:08:03 -05:00
2018-01-18 07:01:48 -05:00
2019-07-02 16:41:10 +02:00
2017-11-01 11:24:59 -04:00
2019-07-22 15:57:23 -04:00
2019-03-20 14:37:59 -06:00
2019-04-16 11:23:18 -04:00
2019-08-01 16:15:15 -04:00