Liking cljdoc? Tell your friends :D

james.fuzzy


fuzzy-findclj

(fuzzy-find query pool)
(fuzzy-find transformer query pool)

Filters, orders and scores a pool of choices by a query. transformer can be used to transform the pool before filtering, eg. if the string to match is wrapped in another data structure.

Filters, orders and scores a pool of choices by a query.
transformer can be used to transform the pool before filtering, eg. if the
string to match is wrapped in another data structure.
sourceraw docstring

fuzzy-scoreclj

(fuzzy-score transformer query result)

Returns a function that scores a string based on a query. transformer acts like for fuzzy-find.

Returns a function that scores a string based on a query.
transformer acts like for `fuzzy-find`.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close