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
Describe the task
Create a new API to allow search by "contains" match for both IDIR and Business BCeID. We use searchInternalAcccount for searching IDIR user, and getAccountDetail for searching BCeID user. And it looks like the getAccountDetail method can only do "Exact" match.
Acceptance Criteria
Create a new API to support search by "contains" match for IDIR
Config the pagination parameter for the return result, 20 for now
OlgaLiber2
changed the title
Create a new API to allow search by "contains or starts with" match
Create a new API to allow search by "contains" match
Jun 11, 2024
Describe the task
Create a new API to allow search by "contains" match for both IDIR and Business BCeID. We use
searchInternalAcccount
for searching IDIR user, andgetAccountDetail
for searching BCeID user. And it looks like thegetAccountDetail
method can only do "Exact" match.Acceptance Criteria
Additional context
Contains
,StartsWith
andExact
forsearchInternalAcccount
method for searching IDIR userThe text was updated successfully, but these errors were encountered: