You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
The text was updated successfully, but these errors were encountered: