Suppose we would like to search for a package named "cgit":
# pkg_info -Q cgit
cgit-1.2.3
This works as expected. Now if we try the search with "git", the cgit
package should also show up. However, it does not:
# pkg_info -Q git
debug-gitwrapper-0.94
debug-gitwrapper-0.95
gitwrap
> Those are the only *git* packages in 7.4/packages-stable/aarch64
Thank you for your insights.
Essentially, when neither `-a` nor `-A` is present, the current logic is to:
1. search "packages-stable", if there is a match at all, then the search
stops
2. if no match is found in "packages-stable",