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

Rest API - Organization - Search By Keyword #62

Closed
Code4SocialGood opened this issue Mar 24, 2017 · 2 comments
Closed

Rest API - Organization - Search By Keyword #62

Code4SocialGood opened this issue Mar 24, 2017 · 2 comments
Assignees

Comments

@Code4SocialGood
Copy link
Owner

Code4SocialGood commented Mar 24, 2017

  • Rest API
    GET /api/organizations/search (already exist)

  • Requirement

  1. In organization table, add a column: project_updated_time, timestamp, not null

  2. Searches the keyword in organization name and description, case insensitive.

  3. The search result is sorted by project update time in descending order. Sorting by project update timestamp ranks the most active organizations on top of research result.

  4. Add the following comments to the endpoint operation (serve as Javadoc):
    Searches the keyword in organization name and description, case insensitive. The search result is sorted by project update time in descending order.

@Code4SocialGood Code4SocialGood changed the title Rest API - Organization - SearcyByKeyword Rest API - Organization - Search By Keyword Mar 24, 2017
@gauravhp gauravhp self-assigned this Apr 1, 2017
@gauravhp
Copy link
Contributor

gauravhp commented Apr 2, 2017

Made code change and submitted Pull request for review.

@Code4SocialGood
Copy link
Owner Author

Closed with PR.

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

No branches or pull requests

2 participants