-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
We should revisit the restriction mechanism to provide increased flexibility and simply its use.
Perhaps we might want to look into Lecene query syntax (same as used by GitHub). Taking a closer look at their GH API and combining into our requirements, it could look something like this.
query params
page=2
per_page=3
order=asc:student_id desc:student_enroll_date
q=-student_major:engineering OR student_enroll_date:[1612063661 TO 1613063661]Just would need to be sure to encode properly using encodeURIComponent('-student:engineering ...')
Best to defer rework on this as not on critical path to upcoming milestones.
Also see this tutorial.
Metadata
Metadata
Assignees
Labels
No labels