Skip to content

Switch user filtering on index endpoint to elastic search #700

Open
@begedin

Description

@begedin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions