carddav: add client support for query filter
References: https://github.com/emersion/go-webdav/issues/18
This commit is contained in:
@@ -28,6 +28,7 @@ type AddressBookQuery struct {
|
||||
|
||||
type PropFilter struct {
|
||||
Name string
|
||||
Test FilterTest // defaults to FilterAnyOf
|
||||
|
||||
// if IsNotDefined is set, TextMatches and Params need to be unset
|
||||
IsNotDefined bool
|
||||
@@ -37,7 +38,6 @@ type PropFilter struct {
|
||||
|
||||
type ParamFilter struct {
|
||||
Name string
|
||||
Test FilterTest // defaults to FilterAnyOf
|
||||
|
||||
// if IsNotDefined is set, TextMatch needs to be unset
|
||||
IsNotDefined bool
|
||||
|
Reference in New Issue
Block a user