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
The courses and instructors routes should also support cursor-based pagination.
Current Behavior
The courses and instructors routes only support skip-and-take pagination, which is less efficient for queries where the desired item(s) is/are later in the result set.
The text was updated successfully, but these errors were encountered:
Expected Behavior
The courses and instructors routes should also support cursor-based pagination.
Current Behavior
The courses and instructors routes only support skip-and-take pagination, which is less efficient for queries where the desired item(s) is/are later in the result set.
The text was updated successfully, but these errors were encountered: