Author: thomasm
Date: Thu Nov 30 08:40:17 2017
New Revision: 1816687

URL: http://svn.apache.org/viewvc?rev=1816687&view=rev
Log:
OAK-301 Document Oak

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md?rev=1816687&r1=1816686&r2=1816687&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md 
(original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/query-engine.md Thu 
Nov 30 08:40:17 2017
@@ -229,7 +229,10 @@ and then restart the application:
 
 #### Quoting
 
-The query parser is now generally more strict about invalid syntax.
+[Special characters in queries need to be 
escaped.](https://wiki.apache.org/jackrabbit/EncodingAndEscaping)
+
+However, compared to Jackrabbit 2.x,
+the query parser is now generally more strict about invalid syntax.
 The following query used to work in Jackrabbit 2.x, but not in Oak,
 because multiple way to quote the path are used at the same time:
 


Reply via email to