Skip to content

Commit

Permalink
Added API handle__startswith
Browse files Browse the repository at this point in the history
  • Loading branch information
aropan committed Nov 17, 2024
1 parent 9ae2d34 commit 042569b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clist/api/v4.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Meta(v3.AccountResource.Meta):
'id': ['exact', 'in'],
'resource_id': ['exact', 'in'],
'resource': ['exact', 'regex', 'iregex', 'in'],
'handle': ['exact', 'in'],
'handle': ['exact', 'in', 'startswith'],
'rating': ['exact', 'gt', 'lt', 'gte', 'lte', 'isnull'],
'resource_rank': ['exact', 'gt', 'lt', 'gte', 'lte', 'isnull'],
'last_activity': ['exact', 'gt', 'lt', 'gte', 'lte', 'week_day'],
Expand Down

0 comments on commit 042569b

Please sign in to comment.