import { type TextFilteringOptions } from "https://deno.land/x/netzo@0.5.63/deps/question/checkbox.ts";
Properties
Specify how to sort the filtered list.
none
specifies that the ordering should not change from what was specified by the option list.rank
specifies that the items will be sorted by the specificity of the matched values. Higher match equals higher rank / further up the list.
Default: rank