You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Complete implementation of this issue is blocked by implementation of Text types, but we can start work with the VARCHAR type which is already implemented.
Problem
Users may want to group records that contain Text types by first word or first character of the text value.
We need to provide the ability to group by these.
Solution
We should extend our record grouping mechanism to accept first word or first character as grouping parameters for columns of Text types
This involves:
Updating theThis will be done in Grouping description endpoint #1310/api/v0/databases/<id>/types/
endpoint to store available grouping on this typeAdditional context
VARCHAR
type which is already implemented.VARCHAR
data type in the backend. #404TEXT
data type in the backend. #405CHAR
data type in the backend. #407The text was updated successfully, but these errors were encountered: