neutron/releasenotes/notes/support-empty-string-filtering-4a39096b62b9abf2.yaml
Hongbin Lu a732bbf19e Support filter attribute with empty string
This will enable users to filter list of results with attributes
with empty value. For example, the request below will list
all unbound ports (unbound ports have blank device_id).

  GET "/ports?device_id="

APIImpact
Change-Id: I9001214de126eb888c2425b6a6275f59ec8478e7
Closes-Bug: #1749304
2018-05-02 20:05:11 +00:00

6 lines
161 B
YAML

---
features:
- |
Add support for filtering attributes with value as empty string. A shim
extension is added to indicate if this feature is supported.