You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@lyrasearch/lyra

Package Overview
Dependencies
Maintainers
4
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lyrasearch/lyra

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

0.4.12
latest
Source
npmnpm
Version published
Maintainers
4
Created
Source

Orama. Search, everywhere.

Lyra is changing name to Orama! Introducing OramaSearch Inc.

Tests

Join Orama's Slack channel

If you need more info, help, or want to provide general feedback on Orama, join the Lyra Slack channel

Installation - install via @orama/orama!

You can install Lyra using npm, yarn, pnpm:

npm i @orama/orama
yarn add @orama/orama
pnpm add @orama/orama

Or import it directly in a browser module:

<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.

Keywords

full-text search

FAQs

Package last updated on 21 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts