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

Add user filter by first, last, username #698

Merged
merged 1 commit into from
Feb 17, 2017
Merged

Conversation

begedin
Copy link
Contributor

@begedin begedin commented Feb 15, 2017

What's in this PR?

Adds the ability to do basic filtering on the user endpoint. The query filters by first name, last name or username and limits to 5 results. I have little to no experience with elastic search so this felt like a preferable first step, with the intention of pushing it out as quickly as possible.

@begedin begedin added this to the Assign users to tasks milestone Feb 15, 2017
@begedin begedin requested a review from joshsmith February 15, 2017 18:19
@joshsmith
Copy link
Contributor

This is definitely a good minimal first step. But I want to see what progress @paulsullivanjr can make in wrapping up #658 and we will need to circle back to recover this to index a combination of first name/last name and username, then add some fuzzy matching of the strings (like with the skill typeahead) on the user's list items on the front-end side.

Do we want to open some follow-up issues in both the API and Ember?

@begedin
Copy link
Contributor Author

begedin commented Feb 16, 2017

Not sure of any other follow-ups needed, but I've created #700
Let me know if this needs any updates or if it's good to merge.

@joshsmith joshsmith merged commit ac5b76a into develop Feb 17, 2017
@joshsmith joshsmith deleted the add-user-filter branch February 17, 2017 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants