-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestpriority:highHigh priorityHigh priorityquery-systemQuery and search functionalityQuery and search functionality
Milestone
Description
Goal
Support keyword-based search with afind
Description
Enable keyword-based search using field='value' syntax for simpler queries.
Example
users = await User.afind(status='active', role='admin')Acceptance Criteria
- Support **kwargs in afind for field=value syntax
- Convert keyword arguments to filter expressions
- Combine with existing filter expressions
- Add tests for keyword-based search
- Document the new syntax
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:highHigh priorityHigh priorityquery-systemQuery and search functionalityQuery and search functionality