Removal of deprecated search endpoints
The following endpoints are deprecated in the Pipedrive API and will stop working soon, so we are removing them from the SDK. This is a breaking change if you use one of the following:
/deals/find
Used in DealsController.findDealsByName()
/persons/find
Used in PersonsController.findPersonsByName()
/organizations/find
Used in OrganizationsController.findOrganizationsByName()
/products/find
Used in ProductsController.findProductsByName()
/searchResults and /searchResults/field
From SearchResultsController.getPerformASearch() and SearchResultsController. getPerformASearchUsingASpecificFieldValue() respectively, The SearchResultsController file is no longer available.