Dear Wiki user,

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

The "IsoFormattedDateAsDocId" page has been changed by DougShawhan.
The comment on this change is: Altered example url..
http://wiki.apache.org/couchdb/IsoFormattedDateAsDocId?action=diff&rev1=3&rev2=4

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

  . . . then simply use group_level to zoom in on whatever time you wish to use.
  
  {{{#!javascript
- curl -X GET 
"http://localhost:5984/transaction_history_hps/_design/throwaway/_view/toss?group_level=1";
+ curl -X GET 
"http://localhost:5984/transactions/_design/widget_count/_view/toss?group_level=1";
  
  {"rows":[
  {"key":[20],"value":10}
  {"key":[21],"value":20}
  ]}
  
- curl -X GET 
"http://localhost:5984/transaction_history_hps/_design/throwaway/_view/toss?group_level=2";
+ curl -X GET 
"http://localhost:5984/transactions/_design/widget_count/_view/toss?group_level=2";
  
  {"rows":[
  {"key":[20,widget],"value":10}

Reply via email to