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

The comment on the change is:
See http://markmail.org/message/bp7n4ha4s5ezjevz

------------------------------------------------------------------------------
   * Work with only a few hundred documents for testing.
   * Keep in mind that the the Futon Web-Client silently adds ''group=true'' to 
your views.
  
+ 
+ [[Anchor(view_share_code)]]
+ == Sharing Code Between Views ==
+ 
+ There are no development plans to share code/functions between views.  Each 
view function is stored according to a hash of their byte representation, so it 
is important that a function does not load any additional code, changing its 
behavior without changing its byte-string.  Hence the use-case for 
[http://github.com/couchapp/couchapp CouchApp].
+ 

Reply via email to