* only show full version in case of match glob with a single argument specified
* which does not contains any glob pattern
*/
if (argc == 1 &&
if (argc == 1 && !origin_search &&
match == MATCH_GLOB &&
strcspn(pkgname, "*[]{}()") == strlen(pkgname) &&
opt == INFO_TAG_NAMEVER)