Skip to content

Search API 2.0 entities type issue #174

Closed
@membla

Description

@membla

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.

Metadata

Metadata

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions