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
gitwrapper-0.94
gitwrapper-0.95
----

I have not found any search term other than "git" that reveals this issue,
and the issue does not occur when the `-a` option is also specified.

Tested on OpenBSD 7.4 arm64.

Reply via email to