Project

General

Profile

Actions

Feature #8596

closed

[API] Filtering resources over not plain attributes

Added by Alexander Afanasyev about 8 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
API
Target version:
-
Story points:
-

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!

Actions #1

Updated by Brett Smith about 8 years ago

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.

Actions #2

Updated by Brett Smith about 8 years ago

  • Tracker changed from Support to Feature
  • Subject changed from Filtering resources over not plain attributes to [API] Filtering resources over not plain attributes
Actions #3

Updated by Alexander Afanasyev about 8 years ago

Ok, got it. Thanks, Brett.

Actions #4

Updated by Peter Amstutz over 4 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF