import { Searcher } from "https://deno.land/x/lume@v1.18.2/core.ts";
Search helper
Methods
Clear the cache (used after a change in watch mode)
Return the next page of a search
previousPage(): Data | undefined
url: string,
query?: string,
sort?: string,
Return the previous page of a search
values<T = unknown>(key: string, query?: string): T[]
Returns all values from the same key of a search