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

Switch user filtering on index endpoint to elastic search

Aperta
#700 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Elixir
Stelle
234
Fork
82
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.