Migrated from Redmine #623 | Author: Tom Robinson
Status: Closed | Priority: High, I’m very impatient | Created: 2020-12-10
I’ve enabled the client fields feature, created a client (using the API) with a value for that custom client field. I can see from both the API and the admin UI that the value has been stored as expected.
Can I use the REST API to search/get a client based on the value of a custom client field?
This doesn’t work (the value of the field is 0001):
/admin/clients?page=1&on_page=10&filter[search]=0001
If I search for them by email (for example), it does work.