WebFund 2015W: Assignment 5

From Soma-notes
Revision as of 11:03, 23 February 2015 by Soma (talk | contribs) (Created page with "'''This Assignment is not yet finalized''' This assignment is due March 2, 2015. In this assignment you will create queryNotes.js, a program that will query the notes collec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This Assignment is not yet finalized

This assignment is due March 2, 2015.

In this assignment you will create queryNotes.js, a program that will query the notes collection for matching notes. This program will take several options:

  • number of documents to return
  • file to output documents to (defaults to standard out)
  • query as a query object
  • query by specific fields (title, author, substring in contents)

More specifics for automated grading will be forthcoming by end of Tuesday.