skazantsev / WebDavClient

Asynchronous cross-platform WebDAV client for .NET Core
MIT License
155 stars 30 forks source link

Implement advanced search #73

Open skazantsev opened 2 years ago

skazantsev commented 2 years ago

Basic search is implemented in https://github.com/skazantsev/WebDavClient/issues/68 but it's quite limited.

It would be nice to implement all functionality specified in The DAV:basicsearch Grammar. This requires meaningful changes in the current Search API to support all search use-cases.

Pull requests are welcome.