This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Override filtration #711
Comments
Dergash
added a commit
to tesler-platform/tesler-schema
that referenced
this issue
Sep 30, 2021
…tesler-ui/core #711](tesler-platform/tesler-ui#711))
Dergash
added a commit
to tesler-platform/tesler-schema
that referenced
this issue
Sep 30, 2021
…tesler-ui/core #711](tesler-platform/tesler-ui#711))
Dergash
added a commit
that referenced
this issue
Sep 30, 2021
…rmine if some other field should be used for displaying filtration control (#711)
Dergash
added a commit
to tesler-platform/tesler-schema
that referenced
this issue
Sep 30, 2021
…tesler-ui/core #711](tesler-platform/tesler-ui#711))
Dergash
added a commit
that referenced
this issue
Oct 7, 2021
…rmine if some other field should be used for displaying filtration control (#711)
Dergash
added a commit
that referenced
this issue
Oct 7, 2021
…rmine if some other field should be used for displaying filtration control (#711)
Dergash
added a commit
that referenced
this issue
Oct 7, 2021
…rmine if some other field should be used for displaying filtration control (#711)
Dergash
added a commit
that referenced
this issue
Oct 7, 2021
…rmine if some other field should be used for displaying filtration control (#711)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There are cases when filtration for the field should work in a non-standard way: for example, a picklist field sometimes needs to be searched by substring instead of selecting values from the list.
Proposed solution is to have two fields: one for display purposes and another for filtration purposes. The second field is supposed to be hidden, but its key and type are used to decide on filtration control and logic for displayed purposes.
Proposed schema extension:
Configuration example:
The text was updated successfully, but these errors were encountered: