# @lyrasearch/lyra

> Fast, in-memory, typo-tolerant, full-text search engine written in TypeScript

Latest version **0.4.12** (published 2023-03-21) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @lyrasearch/lyra
pnpm add @lyrasearch/lyra
yarn add @lyrasearch/lyra
bun add @lyrasearch/lyra
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.4.12 |
| Published | 2023-03-21 |
| First published | 2022-08-23 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM |
| Node | >= 16.0.0 |
| Dependencies | 0 |
| Unpacked size | 1.5 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10557 |
| Author | Michele Riva |
| Maintainers | simoneb, rafaelgss, shogun_panda, micheleriva |
| Keywords | full-text search, search, fuzzy search, typo-tolerant search, full-text |

## Links

- npm: https://www.npmjs.com/package/@lyrasearch/lyra
- Repository: https://github.com/lyrasearch/lyra
- Homepage: https://github.com/lyrasearch/lyra#readme
- Issues: https://github.com/lyrasearch/lyra
- npm.io page: https://npm.io/package/@lyrasearch/lyra

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 0.4.12 (latest) — 2023-03-21
- 0.4.11 — 2023-03-06
- 0.4.10 — 2023-02-27
- 0.4.9 — 2023-02-15
- 0.4.8 — 2023-02-14
- 0.4.7 — 2023-02-14
- 0.4.6 — 2023-02-09
- 0.4.5 — 2023-01-31
- 0.4.4 — 2023-01-27
- 0.4.3 — 2023-01-25
- 0.4.2 — 2023-01-23
- 0.4.1 — 2023-01-13
- 0.4.0 — 2023-01-12
- 0.3.1 — 2022-11-15
- 0.3.0 — 2022-11-14
- … 13 more at https://npm.io/package/@lyrasearch/lyra/versions

## README

![Orama. Search, everywhere.](https://github.com/LyraSearch/lyra/raw/main/misc/oramasearch.gif)

**Lyra is changing name to Orama**! Introducing [OramaSearch Inc](https://micheleriva.medium.com/ive-founded-a-company-introducing-oramasearch-inc-f69121b6b1c3).

[![Tests](https://github.com/LyraSearch/lyra/actions/workflows/ci.yml/badge.svg)](https://github.com/LyraSearch/lyra/actions/workflows/ci.yml)

# Join Orama's Slack channel

If you need more info, help, or want to provide general feedback on Orama, join
the
[Lyra Slack channel](https://join.slack.com/t/lyrasearch/shared_invite/zt-1gzvj0mmt-yJhJ6pnrSGuwqPmPx9uO5Q)

# Installation - install via @orama/orama!

You can install Lyra using `npm`, `yarn`, `pnpm`:

```sh
npm i @orama/orama
```

```sh
yarn add @orama/orama
```

```sh
pnpm add @orama/orama
```

Or import it directly in a browser module:

```html
<html>
  <body>
    <script type="module">
      import { create, search, insert } from "https://unpkg.com/@orama/orama@latest/dist/index.js";

      // ...
    </script>
  </body>
</html>
```


# License

Orama is licensed under the [Apache 2.0](/LICENSE.md) license.

---
_Source: https://npm.io/package/@lyrasearch/lyra · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
