enhance the search ability in supplier rest API
Summary
enhance the search ability in supplier rest APIContent
we are using supplier rest API to search a supplier with supplier name but the search result is case sensitive , is there a way where API can pull the data irrespective of the case .
rest API is
https://<cloud-instance>/fscmRestApi/resources/11.13.18.05/suppliers?q=Supplier LIKE Test%
i.e if we pass the parameter q=Supplier LIKE Test% in the rest API then the API returns only supplier Test starting with the capital letter "T" we would like to have the search result for both the cases i.e upper and lower.
0