-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestpriority:mediumMedium priorityMedium priorityquery-systemQuery and search functionalityQuery and search functionality
Milestone
Description
Goal
Add more filter operators and Redis TAG support
Description
Extend the filter system with additional operators like contains, startswith, endswith, and Redis TAG field support.
Example
users = await User.find(User.email.contains('@example.com')).to_list()
users = await User.find(User.tags.has('premium')).to_list()Acceptance Criteria
- Implement
containsfilter operator - Implement
startswithfilter operator - Implement
endswithfilter operator - Add Redis TAG field type support
- Add tests for new filter operators
- Document the new operators
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:mediumMedium priorityMedium priorityquery-systemQuery and search functionalityQuery and search functionality