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

Switch user filtering on index endpoint to elastic search #700

Open
begedin opened this issue Feb 16, 2017 · 0 comments
Open

Switch user filtering on index endpoint to elastic search #700

begedin opened this issue Feb 16, 2017 · 0 comments

Comments

@begedin
Copy link
Contributor

begedin commented Feb 16, 2017

Problem

Right now, after merging #698 , the user index endpoint filters using ilike on the fields [:first_name, :last_name, :username]. Each field is filtered separately and it's a relatively primitive search.

It should filter by

  • username
  • a combined value of first_/last_name
@begedin begedin added this to the Assign users to tasks milestone Feb 16, 2017
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

1 participant