-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
Preconditions and environment
2.4.2-p2
Fresh installation with sample data.
Steps to reproduce
When performing a search using the customers/search end point like this
searching by email which is in the main customer object works fine
however it seems its not possible to search by telephone number (or any other address field) which is contained in the addresses child object
I have tried addresses[telephone] as the field name :
but I get the following response
The "%1" attribute name is invalid. Reset the name and try again.
I have also tried addressess.telephone as well but same result
Expected result
a list of customer records matching the address field I searched for.
Actual result
The "%1" attribute name is invalid. Reset the name and try again.
error is returned.
Additional information
I feel the severity is high as its makes the search endpoint pretty useless.
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status