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 2009/02/26 05:12:18 UTC

[Couchdb Wiki] Update of "URI templates" by CuriousAttemptBunny

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 CuriousAttemptBunny:
http://wiki.apache.org/couchdb/URI_templates

The comment on the change is:
replaced _slow_view with correct _temp_view

------------------------------------------------------------------------------
  
  To query a temporary ("slow") view (with the custom view function in the body of the request):
  
-   /''dbname''/_slow_view?''query''
+   /''dbname''/_temp_view?''query''
  
  === Formatting ===