Files
podman/libpod/image
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
..
2018-11-26 09:19:39 -06:00
2019-07-20 06:08:22 -04:00
2019-08-01 16:15:15 -04:00
2018-03-14 20:21:31 +00:00
2019-02-20 12:58:05 -06:00