code-corps / code-corps/code-corps-api
Switch user filtering on index endpoint to elastic search
未关闭
- 主要语言
- Elixir
- 星标
- 234
- 派生
- 82
- PR 合并指标
- 30 天内没有已合并 PR
描述
# 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`
贡献指南
评估
这个 Issue 还没有评估数据。