You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2008/06/12 21:17:21 UTC

[Couchdb Wiki] Update of "HttpViewApi" by sho

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by sho:
http://wiki.apache.org/couchdb/HttpViewApi

The comment on the change is:
formatting, corrected field name in example

------------------------------------------------------------------------------
  
  == Ad Hoc Views ==
  
- One-off queries (eg. views you don't want to save in the CouchDB database) can be done via the special ''view _temp_view'':
+ One-off queries (eg. views you don't want to save in the CouchDB database) can be done via the special view ''_temp_view'':
  
  {{{
  POST /some_database/_temp_view  HTTP/1.0
@@ -131, +131 @@

    "rows": [{
        "id": "AE1AD84316B903AD46EF396CAFE8E50F",
        "key": null,
-       "value": "bar"
+       "foo": "bar"
      }
    ]
  }