Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "HTTP_view_API" page has been changed by SeggyUmboh.
The comment on this change is: Added a note that all views in a design doc are rebuilt when
the design doc is revised.
http://wiki.apache.org/couchdb/HTTP_view_API?action=diff&rev1=34&rev2=35
--------------------------------------------------
== Altering/Changing Views ==
- To change a view or multiple view just alter the design document (see HttpDocumentApi) they
are stored in and save it as a new revision.
+ To change a view or multiple view just alter the design document (see HttpDocumentApi) they
are stored in and save it as a new revision. This causes all the views in that design document
to be rebuilt.
== Access/Query ==
|