code-corps / code-corps/code-corps-api

Switch user filtering on index endpoint to elastic search

Open
#700 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Elixir
Stars
234
Forks
82
PR merge metrics
No merged PRs in 30d

Description

# 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`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.