From d3296ece0a43c3c67579ba2d64fc36d1f871c36c Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 5 Mar 2014 21:09:05 +0100 Subject: [PATCH] Add notes to docs about filters Based on my own experience documented in #120 and #121 --- pages/technical_choices.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/technical_choices.rst b/pages/technical_choices.rst index bd001c08..d26b3091 100644 --- a/pages/technical_choices.rst +++ b/pages/technical_choices.rst @@ -121,6 +121,12 @@ violations do not exist. That is why most of the errors in client requests have undetermined consequences for the lazy server that can reply good answers, bad answers, or even no answer. +As already mentioned, the Radicale server doesn't fully support the CalDAV and +CardDAV RFCs. For example, nested filters in queries currently don't work in +all cases. Examples of not working queries can be found in issues +`#120 `_ and +`#121 `_. + .. [#] Who says "Ruby is even less verbose!" should read the :PEP:`20`.