orama

šŸŒŒ Fast, dependency-free, full-text and vector search engine with typo tolerance, filters, facets, stemming, and more. Works with any JavaScript runtime, browser, server, service!

OTHER License

Downloads
164.2K
Stars
8.6K
Committers
93

Bot releases are hidden (Show)

orama - v1.0.0-beta.2

Published by micheleriva over 1 year ago

What's Changed

Full Changelog: https://github.com/oramasearch/orama/compare/v0.4.12...v1.0.0-beta.2

orama - v1.0.0-beta.1

Published by micheleriva over 1 year ago

orama - v0.4.12

Published by micheleriva over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/LyraSearch/lyra/compare/0.4.5...v0.4.12

orama - 1.0.0.beta.0

Published by micheleriva over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/LyraSearch/lyra/compare/0.4.5...1.0.0.beta.0

orama - 0.4.0

Published by micheleriva almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/LyraSearch/lyra/compare/0.3.1...0.4.0

orama - 0.2.3

Published by micheleriva about 2 years ago

What's Changed

Full Changelog: https://github.com/LyraSearch/lyra/compare/0.2.2...0.2.3

orama - 0.2.2

Published by micheleriva about 2 years ago

What's Changed

Full Changelog: https://github.com/LyraSearch/lyra/compare/0.2.1...0.2.2

orama - 0.2.1

Published by micheleriva about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/LyraSearch/lyra/compare/0.2.0...0.2.1

orama - 0.2.0

Published by micheleriva about 2 years ago

What's Changed

Full Changelog: https://github.com/LyraSearch/lyra/compare/0.1.4...0.2.0

orama - 0.1.4

Published by micheleriva about 2 years ago

What's Changed

Full Changelog: https://github.com/LyraSearch/lyra/compare/0.1.3...0.1.4

orama - 0.1.3

Published by micheleriva about 2 years ago

orama - 0.1.2

Published by micheleriva about 2 years ago

What's Changed

Full Changelog: https://github.com/LyraSearch/lyra/compare/0.1.1...0.1.2

orama - 0.1.1

Published by micheleriva about 2 years ago

0.1.1

  • chore: changed org references to @lyrasearch in repo f82fb9c
  • chore(lyra): prepares for v0.1.1 2ce6404
orama - 0.1.0

Published by micheleriva about 2 years ago

0.1.0

23 August 2022

  • chore(lyra): BREAKING CHANGE changes org to lyrasearch [8003f5cbf06c8c22b960ca0b1b3e4943f9e47013]
  • fix(lyra): throws an error when trying to override the "id" schema property #100
  • docs(changelog): updates changelog 9a43b20
orama - 0.0.5

Published by micheleriva about 2 years ago

0.0.5

21 August 2022

  • refactor: improve types in repl.ts #96
  • refactor: fix some minor linter warnings #95
  • docs: add inline documentation #91
  • docs: fix typo in example import statements #92
  • Demo page improvements and restyling #81
  • fix(lyra): removes access to process and performance global variable if not supported in the runtime #98
  • refactor(docs): removes docs from monorepo b28c6cb
  • refactor(docs): removes docs workflow c358373
  • docs: updates changelog 81a78c0
orama - 0.0.4

Published by micheleriva about 2 years ago

0.0.4

9 August 2022

  • chore: update benchmarks to run only on main #90
  • chore: add benchmark-comparisson workflow #89
  • fix: intelliSense not working for some params of insert/search #86
  • feat(benchmarks): adds comparision with other libraries c52189f
  • feat(lyra): adds possibility to save and load Lyra schema 290c8a2
  • refactor(edge): removes edge package 50e44ad
orama - 0.0.3

Published by micheleriva about 2 years ago

0.0.3

5 August 2022

  • docs: fix favicon and README logo links #84
  • feat: Remove fastq. #83
  • No fast properties and demo redesign #82
  • docs: updates changelog 725e6dd
  • chore(benchmarks): update benchmark table 19b9283
  • chore(benchmarks): update benchmark table d56aaf0
orama - 0.0.2

Published by micheleriva about 2 years ago

0.0.2

4 August 2022

  • fix: fixes typo #80
  • docs: update on how to import Lyra #79
  • style(demo): add friendly design #78
  • docs: add Wikipedia link #77
  • docs: updates demo dataset 0f35a97
  • docs: adds lyra demo to website aa451db
  • chore: adds changelog f722981
  • feat(lyra): removes diacritics to keep index smaller e8396c3
orama - 0.0.1

Published by micheleriva about 2 years ago

0.0.1

2 August 2022

  • Add Lyra implementation example with Vue #73
  • Improve React Example #72
  • Proof reading #68
  • Better docs #65
  • docs: delete method to remove method #67
  • Feat/remove natural #60
  • Simple structures #55
  • fix(docs): Fixes guide README #54
  • fix(benchmarks): Fixes typo into the generating of README.md file #53
  • perf: prevent potential overhead on falsy value #46
  • Remove by word should consider other doc ids #45
  • Add exact param in remove doc by word method #41
  • Prevent undefined elements #33
  • feat(lyra): adds possibility to disable stemming globally #30
  • Add Stemmer tests #25
  • perf(benchmarks): improves benchmarks #26
  • test(lyra): improves test coverage #23
  • Typed search properties to match schema #22
  • Typed hits property in search method #21
  • Typed Lyra.insert method according to the schema used #20
  • fix(benchmark start command): bennchmark start command and files import #19
  • Support for nested schema #17
  • feat(lyr): adds typo tolerance #11
  • fix(lyra): fixes case where Lyra won't remove a document from the index #52
  • fix(lyra): fixes error when deleting non-string properties #66
  • chore(lyra): fixes publication issue #27
  • test(lyra): improves tests 94797aa
  • refactor(docs): renames 'lyra-docs' package into 'docs' 744f5ca
  • refactor(docs): removes old docs 1ce9d2d
orama - 0.0.1-beta-19

Published by micheleriva about 2 years ago

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.1-beta-19 (2022-08-02)

Fix

  • fix(lyra): fixes case where Lyra won't remove a document from the index (491b6f5b823f4a85cb8865029c9f2f5d261d5a4e) @micheleriva

Tests

  • tests(lyra): improves document removal tests (ad17925d1bb5a614c1c8384d7ba7eb03280dc10b) @micheleriva

Docs

  • docs: updates docs (70aa889e44ac09afcdf0b1393ddffa94c392e28a) @micheleriva