On Thu, May 3, 2012 at 9:10 AM, Robert Newson <[email protected]> wrote:
> To achieve "What I want to be able to pull is all classes for a > specific course ID, ordered by learning method, but within a specific > date range." you will need to emit [doc.course_id, doc.date_range, > doc.learning_method] as your key, and use ?startkey=[course, > start_date]&endkey=[couch, end_date] to get the slice you are after. > The results will be in date order, not learning_method order. > Great -- thanks for the clarification. Appreciate it. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html
