Implement grouping for Text types. #408
Labels
ready
Ready for implementation
type: enhancement
New feature or request
work: backend
Related to Python, Django, and simple SQL
Milestone
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: