Open BalassaMarton opened 4 years ago
Hi, this is would be a nice-to-have feature in IDirectoryContext for some ad-hoc search scenarios:
IDirectoryContext
IEnumerable<TEntry> Search<TEntry>(SearchRequest request); Task<IEnumerable<TEntry>> SearchAsync<TEntry>(SearchRequest request);
It should send the request to the server, and then map the results.
Thanks for the suggestion. I'll take a look at adding this feature.
If you accept PRs I may do this myself.
Hi, this is would be a nice-to-have feature in
IDirectoryContext
for some ad-hoc search scenarios:It should send the request to the server, and then map the results.