-
Notifications
You must be signed in to change notification settings - Fork 16
OData-style $filter / $select #81
Copy link
Copy link
Closed
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programarea:apiREST APIREST APIdifficulty:advancedMulti-day projectMulti-day projecthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programarea:apiREST APIREST APIdifficulty:advancedMulti-day projectMulti-day projecthelp wantedExtra attention is neededExtra attention is needed
Background
Power users want server-side filtering and projection without bespoke endpoints.
What to build
A safe subset of $filter (eq, gt, lt, contains) and $select on list endpoints, parsed to SQL.
Key files
src/lib/odata.ts(new)Acceptance criteria