Support filtering revision (documents) by any legal filter
This PS adds support for filtering revisions and revision documents documents by any legal filter (those enumerated in the design document). Deckhand now supports the following filter arguments: * schema * metadata.name * metadata.label * metadata.layeringDefinition.abstract * metadata.layeringDefinition.layer * status.bucket Deckhand now supports the following filter arguments for filtering revisions: * tag Deckhand now supports multiple filters, e.g.: * ?metdata.layeringDefinition.layer=site&metadata.name=foo Deckhand now supports repeated filters, e.g.: * ?metadata.label=foo=bar&metadata.label=baz=qux The following has yet to be implemented will be done in a future follow-up PS: - support sorting by specific keywords as well - support query limit and offset filters Change-Id: I8558481e075715fe7fab98140094d37782a986d9
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Deckhand now supports the following filter arguments for filtering revision
|
||||
documents:
|
||||
|
||||
* schema
|
||||
* metadata.name
|
||||
* metadata.label
|
||||
* metadata.layeringDefinition.abstract
|
||||
* metadata.layeringDefinition.layer
|
||||
* status.bucket
|
||||
|
||||
Deckhand now supports the following filter arguments for filtering
|
||||
revisions:
|
||||
|
||||
* tag
|
||||
Reference in New Issue
Block a user