[clouchdb-cvs] CVS clouchdb/public_html

peddy peddy at common-lisp.net
Sun Nov 22 16:41:25 UTC 2009


Update of /project/clouchdb/cvsroot/clouchdb/public_html
In directory cl-net:/tmp/cvs-serv29542/public_html

Modified Files:
	index.html 
Log Message:
Finally add ad-hoc-view patch from Marco


--- /project/clouchdb/cvsroot/clouchdb/public_html/index.html	2009/07/18 21:14:49	1.10
+++ /project/clouchdb/cvsroot/clouchdb/public_html/index.html	2009/11/22 16:41:25	1.11
@@ -1823,7 +1823,7 @@
 <a name="sym-ad-hoc-view"><b>ad-hoc-view</b></a> view &key key start-key
                         start-key-docid end-key end-key-docid limit
                         stale descending skip group group-level reduce
-                        include-docs
+                        include-docs language
 </p>
 <blockquote>
 <p>
@@ -1884,6 +1884,9 @@
   <li>
     <b>include-docs</b> If not nil, include the associated documents in the results.
   </li>
+  <li>
+    <b>language</b> The view language, default is "javascript"
+  </li>
 </ul>
 <p>
 Example:





More information about the clouchdb-cvs mailing list