> For the complete documentation index, see [llms.txt](https://db.coolstone.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://db.coolstone.dev/0/reference/api/fuzzy-search-records.md).

# Fuzzy Search Records

## Fuzzy Search By Tag

Fuzzy search all records' tags.

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

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