You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
first_
/last_name
The text was updated successfully, but these errors were encountered: