DynamicsWebApi icon indicating copy to clipboard operation
DynamicsWebApi copied to clipboard

Search API 2.0 entities type issue

Open membla opened this issue 7 months ago • 2 comments

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.

membla avatar Jul 08 '24 21:07 membla