DynamicsWebApi
DynamicsWebApi copied to clipboard
Search API 2.0 entities type issue
DynamicsWebApi version For example: v2.1.4
Describe the bug The SearchQueryBase interface defines entities as an array of strings:
entities?: string[];
But the Search API seems to expect this to be an escaped string as described here.
I'm very new to consuming the Dynamics API so may well be missing something but I could not get the search()
method to not throw an error without using an escaped string for entities.