For the complete documentation index, see llms.txt. This page is also available as Markdown.

Fuzzy Search Records

Fuzzy Search By Tag

Fuzzy search all records' tags.

import { fuzzySearchByTag } from 'dubnium'
fuzzySearchByTag("tag")

Fuzzy search made possible by Fuzzy (https://www.npmjs.com/package/fuzzy)

Last updated