filter operator menu is different depending on how column is selected
- Dominant language
- Python
- Stars
- 485
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The "operator" dropdown in the filter bar is different depending on how the column is selected.
When clicking "filter" in the context menu of a column header for a column of type uuid, the operator menu is like the one for text columns.
When selecting the column through the column drop down, the operator menu is like the one for numbers.
While the "text" operator menu is probably the correct one for uuid the default operator should be "is exactly" instead of "contains".

Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the filter behavior for a UUID column using both the column-header context menu and the column dropdown, then trace the UI code that builds each operator menu. Done means both paths use the text-style operators and the default operator is “is exactly” rather than “contains”.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- databases, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100