Scenario: 1
While hitting the Search API of DSS through Postman with following input we are getting only one search option which is fine:
- Company Name: "PEST CONTROL (INDIA) PRIVATE LIMITED"
- Country: "IN"
Scenario: 2
But while hitting the Search API of DSS through Postman with following input we are getting only multiple search option irrespective of any country:
- Company Name: "PEST CONTROL (INDIA) PRIVATE LIMITED"
- Country: "INda" or "INPX"
In spite of wrong Country code, search option is being provided which is irrespective of any country.
Kindly provide the logic for the Scenario 2.