Constructor new Search(query, type, max) Requires an initial string to query with. Optional arguments include type, which defaults to "all", and max, which defaults to 10. Parameters: Name Type Description query String type String max Number Source: search.js, line 11