code-corps / code-corps/code-corps-api
Switch user filtering on index endpoint to elastic search
Aberta
- Linguagem predominante
- Elixir
- Estrelas
- 234
- Forks
- 82
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
# 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`
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.