Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(search): Add sort functionality to controller search #39

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MrJons
Copy link
Contributor

@MrJons MrJons commented May 4, 2020

Adds order functionality to controller search which is going to be required in various projects (such as course versioning).

Implementation assigns order by in same order passed in URL so the below request...

/api/index.php/users?sortDesc=timecreated&sortAsc=lastname,firstname

sorts first by time created in decending order, then lastname, then firstname, both in ascending order.

The param argument names can be changed if we think there is a more appropriate option, ive currently gone by the general 'sort' standard with directionality added.

@MrJons MrJons requested a review from LoneBeta May 4, 2020 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant