Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: I corrected vocabulary errors and punctuation

In the initial phase of implementation, following entities are scoped for global search.

...

The search is carried on scoped entities on in the following order.

  1. Clients Search: The request parameter is matched against
    1. Display name (m_client.display_name) – partial or exact match
    2. Account Number (m_client.account_no) – exact match
    3. External Id (m_client.external_id) – exact match

  2.  Loan Search: The request parameter is matched against
    1. Account Number (m_loan.account_no) – exact match

  3.  Group Search:  The request parameter is matched against
    1. Group Name (m_group.name) – partial or exact match
    2. External Id (m_group.external_id) – exact match

The search results will be listed in following order,

  1. List exact match results,
  2. Matching Clients and Loans,
  3. Matching Groups.

Request

HTTP Request

...

               }

               ]

} 


Out of Scope:

As part of global search, search scope to resource level is not included.

...