Feature #8596
closed
[API] Filtering resources over not plain attributes
Added by Alexander Afanasyev about 9 years ago.
Updated over 5 years ago.
Description
There is no documentation on how to filter resources using "complex" (not just a string top level attribute of the resource, e.g. uuid, kind etc.) attributes. For example we run pipeline instance and then we need to filter instances executed on the given input to check the status. So is there any option to do this? If not, would it be implemented in the next releases?
Thanks in advance!
Alexander Afanasyev wrote:
So is there any option to do this? If not, would it be implemented in the next releases?
Sorry for the delay in getting back to you. There's currently no good way to do filtering like you describe. If you know the underlying serialization in the database, sometimes you can do good-enough LIKE queries, but that's not really suitable for code, and it's still inefficient. This is a common request, though, and something we would like to do, but right now we don't have a specific implementation planned.
- Tracker changed from Support to Feature
- Subject changed from Filtering resources over not plain attributes to [API] Filtering resources over not plain attributes
Ok, got it. Thanks, Brett.
- Status changed from New to Closed
Also available in: Atom
PDF