Webrev:
http://cr.opensolaris.org/~bpytlik/ips-9970-v1/

Bugs:
9970 pkg search pv doesn't return entire description
13928 multivalued description causes stack traces

This fix cleans up the distinction (for search) between doing value="1 2 3" and value=1 value=2 value=3 in a manifest. The first is a single value, that happens to contain spaces, the second is a multi-valued action. This means that pkg search '2' on the first manifest will include '1 2 3' in the result as the Value. pkg search '2' against the second manifest will include only '2' as the Value.

Thanks,
Brock
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to