class Searchimport { Search } from "https://deno.land/x/lume@v1.19.0/plugins/search.ts"; Search helper ConstructorsnewSearch(searcher: Searcher, returnPageData: boolean)Methodsdata(path?): Data | undefinedReturn the data in the scope of a path (file or folder) files(query?: string | RegExp): string[]Search and return the output files nextPage(url: string,query?: Query,sort?: Query,)Return the next page of a search page(query?: Query, sort?: Query)Search and return one page pages(query?: Query,sort?: Query,limit?: number,)Search pages previousPage(url: string,query?: Query,sort?: Query,)Return the previous page of a search tags(query?: Query)Returns all tags values of a search values(key: string, query?: Query)Returns all values from the same key of a search