Comment 2 for bug 1756190

Revision history for this message
Gage Hugo (gagehugo) wrote :

This follows with the API-WG spec[0]'s example on combining tags, the example given is currently not possible with "exact" matching vs subset.

GET /servers?tags=red,blue&tags-any=green,orange

The above example returns any servers that have the “red” and “blue” tags, plus at least one of “green” and “orange”.

[0] https://specs.openstack.org/openstack/api-wg/guidelines/tags.html#filtering-and-searching-by-tags