Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow filtering of entities by attributes of type "reference" #170

Open
crazyscientist opened this issue Nov 14, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@crazyscientist
Copy link
Collaborator

crazyscientist commented Nov 14, 2023

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.

@crazyscientist crazyscientist added this to the ALP improvements milestone Nov 14, 2023
@crazyscientist crazyscientist added the enhancement New feature or request label Nov 14, 2023
@crazyscientist
Copy link
Collaborator Author

This is best implemented after #35...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant