SUSE/aimaas

Allow filtering of entities by attributes of type "reference"

Opened this issue · 1 comments

Problem

The entity list of a schema can be filtered by all attributes in combination with different operators. But in the current implementation, this does not include attributes of type "reference".

In the UI, a user is allowed to select such an attribute/field for filtering, but is offered no operator.

In the API, no filters for these fields are know.

Screenshot_20231218_142942

Expectation

Attributes of type "reference" can also be filtered; either by id or slug in combination with the usual operators.

This is best implemented after #35...