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/12/08 20:57:32 UTC

[Couchdb Wiki] Update of "View_server" by MoritzHeidkamp

Dear Wiki user,

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

The "View_server" page has been changed by MoritzHeidkamp.
The comment on this change is: quote _rev values in map_doc examples.
http://wiki.apache.org/couchdb/View_server?action=diff&rev1=17&rev2=18

--------------------------------------------------

  CouchDB sends:
  
  {{{
- ["map_doc", {"_id":"8877AFF9789988EE","_rev":3-235256484,"name":"John Smith","score": 60}]\n
+ ["map_doc", {"_id":"8877AFF9789988EE","_rev":"3-235256484","name":"John Smith","score": 60}]\n
  }}}
  
  If the function above is the only function stored, the views server answers:
@@ -81, +81 @@

  CouchDB sends:
  
  {{{
- ["map_doc", {"_id":"9590AEB4585637FE","_rev":1-674684684,"name":"Jane Parker","score": 43}]\n
+ ["map_doc", {"_id":"9590AEB4585637FE","_rev":"1-674684684","name":"Jane Parker","score": 43}]\n
  }}}
  
  The views server answers: