import { buildSort } from "https://deno.land/x/lume@v1.18.4/core/searcher.ts";
Convert a query to sort to a function
example: "title=desc" returns: (a, b) => a.title > b.title
import { buildSort } from "https://deno.land/x/lume@v1.18.4/core/searcher.ts";
Convert a query to sort to a function
example: "title=desc" returns: (a, b) => a.title > b.title