Fetches all search results.
search = Scrivito.getClass('Article').where("keywords", "equals", "tutorial"); tutorials = search.toArray();
Returns
Array<Obj> – An array of all Obj instances matching the search criteria.
Array<Obj>
Obj
See also
first, take
first
take