Compare Versions - @orama/orama
npm / @orama/orama / Compare Versions
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.17...v3.1.18
What's Changed
- style: reformats the codebase by @micheleriva in https://github.com/oramasearch/orama/pull/991
- fix: version name by @ilteoood in https://github.com/oramasearch/orama/pull/1005
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.16...v3.1.17
What's Changed
- feat: adds document pinning capability to Orama by @micheleriva in https://github.com/oramasearch/orama/pull/990
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.15...v3.1.16
What's Changed
- fix: #984 by @micheleriva in https://github.com/oramasearch/orama/pull/986
- fix: #962 by @micheleriva in https://github.com/oramasearch/orama/pull/987
- fix: https://github.com/oramasearch/orama/issues/866 search with exact: true doesn't work as intended by @micheleriva in 0cacaad
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.14...v3.1.15
What's Changed
- fix: #834, Embeddings included in Memory index OR serialized JSON index by @micheleriva in https://github.com/oramasearch/orama/pull/977
- fix: vector.property access in plugin embeddings by @micheleriva in https://github.com/oramasearch/orama/pull/982
- docs: update answer engine docs link by @szepeviktor in https://github.com/oramasearch/orama/pull/981
- docs: update stopwords docs URL by @szepeviktor in https://github.com/oramasearch/orama/pull/980
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.13...v3.1.14
What's Changed
- feat: adds seqproto serialization format for disk persistence by @micheleriva in https://github.com/oramasearch/orama/pull/969
- docs: updates docs url to new documentation by @micheleriva in https://github.com/oramasearch/orama/pull/972
- performance: improves avl tree traversal and fixes #895 by @micheleriva in https://github.com/oramasearch/orama/pull/973
- fix: #860 unhandled error when using a wrong property for vector search by @micheleriva in https://github.com/oramasearch/orama/pull/971
- fix: #843 loadRadixNode encountered type error when using @orama/plug… by @micheleriva in https://github.com/oramasearch/orama/pull/974
- fix: #851 512MB seems to be the max supported file size for disk persistence plugin by @micheleriva in https://github.com/oramasearch/orama/pull/975
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.12...v3.1.13
What's Changed
- chore(deps): bump astro from 4.16.18 to 4.16.19 by @dependabot[bot] in https://github.com/oramasearch/orama/pull/964
- fix #935 by @allevo in https://github.com/oramasearch/orama/pull/944
- fix: fixes #547 - ASC order in geosearch by @micheleriva in https://github.com/oramasearch/orama/pull/967
- refactor: removes docs by @micheleriva in https://github.com/oramasearch/orama/pull/966
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.11...v3.1.12
What's Changed
- feat: adds explicit AND, OR, NOT filters by @micheleriva in https://github.com/oramasearch/orama/pull/959
const results = search(db, {
term: "phone",
where: {
or: [
{
and: [
{ category: "electronics" },
{ price: { lt: 100 } }
]
},
{
and: [
{ not: { brand: "random-brand" } },
{ price: { lt: 150 } }
]
}
]
}
})
-
feat: implement upsert (#945) by @micheleriva in https://github.com/oramasearch/orama/pull/958
-
fix: preferredVersion undefined on Docusaurus start by @raiindev in https://github.com/oramasearch/orama/pull/956
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.10...v3.1.11
What's Changed
- doc: update plugin-secure-proxy.mdx by @rexwangcc in https://github.com/oramasearch/orama/pull/952
- chore(deps): bump next from 14.2.28 to 14.2.30 by @dependabot in https://github.com/oramasearch/orama/pull/948
- Introduce OramaCore support & fixes build issues by @aileenvl in https://github.com/oramasearch/orama/pull/946
- Docusaurus: Fix dependencies by @raiindev in https://github.com/oramasearch/orama/pull/954
- Fix: Plugin QPS Type & where clause not working propertly by @raiindev in https://github.com/oramasearch/orama/pull/957
New Contributors
- @rexwangcc made their first contribution in https://github.com/oramasearch/orama/pull/952
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.7...v3.1.10
What's Changed
- doc: update plugin-secure-proxy.mdx by @rexwangcc in https://github.com/oramasearch/orama/pull/952
- chore(deps): bump next from 14.2.28 to 14.2.30 by @dependabot in https://github.com/oramasearch/orama/pull/948
- Introduce OramaCore support & fixes build issues by @aileenvl in https://github.com/oramasearch/orama/pull/946
- Docusaurus: Fix dependencies by @raiindev in https://github.com/oramasearch/orama/pull/954
New Contributors
- @rexwangcc made their first contribution in https://github.com/oramasearch/orama/pull/952
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.7...v3.1.9
What's Changed
Refactor
- refactor: remove trackInsertion by @micheleriva in https://github.com/oramasearch/orama/pull/937
Fixes
- fix: expose
tolerancetype in hybrid search by @micheleriva in https://github.com/oramasearch/orama/pull/938 - fix: support docusaurus v3.7.0 by @raiindev in https://github.com/oramasearch/orama/pull/936
Chores
- chore: node 20 is the new minimum by @awhitford in https://github.com/oramasearch/orama/pull/927
- chore(deps): bump vite from 4.5.13 to 4.5.14 by @dependabot in https://github.com/oramasearch/orama/pull/933
- chore(deps): bump next from 14.2.23 to 14.2.25 by @dependabot in https://github.com/oramasearch/orama/pull/915
- chore: upgraded pnpm to 10.9.0 (from 8.15.4) by @awhitford in https://github.com/oramasearch/orama/pull/928
- chore: upgraded biome to 1.9.4 and cleaned up configuration files by @awhitford in https://github.com/oramasearch/orama/pull/931
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.6...v3.1.7
What's Changed
- fix #911. Threshold 0 matches prefixes correctly by @micheleriva in https://github.com/oramasearch/orama/pull/923
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.5...v3.1.6
What's Changed
- chore(deps): bump vite from 4.5.9 to 4.5.10 by @dependabot in https://github.com/oramasearch/orama/pull/916
- fix(switch): also check constructor name for matching OramaCoreClient instance by @rjborba in https://github.com/oramasearch/orama/pull/920
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.4...v3.1.5
What's Changed
- feat: adds support for OramaCore to Orama Switch by @micheleriva in https://github.com/oramasearch/orama/pull/914
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.3...v3.1.4
What's Changed
- Fix/docusaurus duplicating docs by @aileenvl in https://github.com/oramasearch/orama/pull/908
New Contributors
- @aileenvl made their first contribution in https://github.com/oramasearch/orama/pull/908
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.2...v3.1.3
What's Changed
- fix(tokenizers): use mandarin instead of japanese in tokenizer language by @undefined-moe in https://github.com/oramasearch/orama/pull/904
- fix: bundling and type issues in match-highlight plugin by @fturmel in https://github.com/oramasearch/orama/pull/905
- docs: fix examples in README.md by @ggodlewski in https://github.com/oramasearch/orama/pull/902
- docs: fix broken links in plugin-docusaurus-v3 README by @sijiaoh in https://github.com/oramasearch/orama/pull/906
New Contributors
- @undefined-moe made their first contribution in https://github.com/oramasearch/orama/pull/904
- @sijiaoh made their first contribution in https://github.com/oramasearch/orama/pull/906
- @ggodlewski made their first contribution in https://github.com/oramasearch/orama/pull/902
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.1...v3.1.2
What's Changed
- fix: fixes tokenizers directory by @micheleriva in https://github.com/oramasearch/orama/pull/901
- feat: add czech language support by @xhejtman in https://github.com/oramasearch/orama/pull/879
- docs: Add documentation on how to build a RAG with Orama by @niltonheck in https://github.com/oramasearch/orama/pull/857
New Contributors
- @xhejtman made their first contribution in https://github.com/oramasearch/orama/pull/879
Full Changelog: https://github.com/oramasearch/orama/compare/v3.1.0...v3.1.1
What's Changed
- Refactor: Docusaurus plugin v3 + Update documentation by @raiindev in https://github.com/oramasearch/orama/pull/896
- feat: removes JSON imports in favor of fs.readFile by @micheleriva in https://github.com/oramasearch/orama/pull/897
- feat: upgrades default node version to 22 by @micheleriva in https://github.com/oramasearch/orama/pull/898
- feat: improves chinese and japanese tokenizers by @micheleriva in https://github.com/oramasearch/orama/pull/899
Full Changelog: https://github.com/oramasearch/orama/compare/v3.0.8...v3.1.0
What's Changed
- fix: documents insert size limitation by @raiindev in https://github.com/oramasearch/orama/pull/891
- fix: update searchbox version by @raiindev in https://github.com/oramasearch/orama/pull/892
Full Changelog: https://github.com/oramasearch/orama/compare/v3.0.7...v3.0.8
What's Changed
- fix: orama-search-button doc by @g-francesca in https://github.com/oramasearch/orama/pull/886
- fix: #850 add threshold logic back by @matijagaspar in https://github.com/oramasearch/orama/pull/888
New Contributors
- @g-francesca made their first contribution in https://github.com/oramasearch/orama/pull/886
Full Changelog: https://github.com/oramasearch/orama/compare/v3.0.6...v3.0.7
What's Changed
- Orama docs - review url to dashboard by @albertogiunta in https://github.com/oramasearch/orama/pull/864
- Add containsAny filter operator for enum[] by @Timbological in https://github.com/oramasearch/orama/pull/878
- chore(deps): bump vite from 4.5.5 to 4.5.6 by @dependabot in https://github.com/oramasearch/orama/pull/875
- Fix: tokenizers build by @niltonheck in https://github.com/oramasearch/orama/pull/881
New Contributors
- @albertogiunta made their first contribution in https://github.com/oramasearch/orama/pull/864
- @Timbological made their first contribution in https://github.com/oramasearch/orama/pull/878
Full Changelog: https://github.com/oramasearch/orama/compare/v3.0.5...v3.0.6
What's Changed
- fix: Astro 5 Compatibility by @awhitford in https://github.com/oramasearch/orama/pull/870
- fix wrong URL to JS SDK by @rjborba in https://github.com/oramasearch/orama/pull/871
- fix: docusaurus build not working if pages or blogs plugins are missing by @raiindev in https://github.com/oramasearch/orama/pull/872
- chore(deps): bump next from 14.2.20 to 14.2.21 by @dependabot in https://github.com/oramasearch/orama/pull/867
- chore(deps): bump astro from 4.16.17 to 4.16.18 by @dependabot in https://github.com/oramasearch/orama/pull/863
New Contributors
- @awhitford made their first contribution in https://github.com/oramasearch/orama/pull/870
Full Changelog: https://github.com/oramasearch/orama/compare/v3.0.4...v3.0.5
What's Changed
- fix: SharedArrayBuffer is not defined (#858) by @micheleriva in https://github.com/oramasearch/orama/pull/859
Full Changelog: https://github.com/oramasearch/orama/compare/v3.0.3...v3.0.4
What's Changed
- feat: add documents transformer doc by @raiindev in https://github.com/oramasearch/orama/pull/848
- feat: use atomics to perform batch inserts by @micheleriva in https://github.com/oramasearch/orama/pull/856
- fix: async processing for hooks by @niltonheck in https://github.com/oramasearch/orama/pull/853
- fix: fixes embeddings generation via plugin-embeddings (#849) by @micheleriva in https://github.com/oramasearch/orama/pull/852
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 by @dependabot in https://github.com/oramasearch/orama/pull/854
- chore(deps): bump path-to-regexp from 0.1.10 to 0.1.12 by @dependabot in https://github.com/oramasearch/orama/pull/855
- docs: minor typo by @niltonheck in https://github.com/oramasearch/orama/pull/847
Full Changelog: https://github.com/oramasearch/orama/compare/v3.0.2...v3.0.3
What's Changed
- feat: add improvements on Docusaurus Searchbox customization by @raiindev in https://github.com/oramasearch/orama/pull/835
- fix: disabled chat on local due secure proxy feat missing by @raiindev in https://github.com/oramasearch/orama/pull/836
- fix: Switch OramaClient condition + update dependency version by @raiindev in https://github.com/oramasearch/orama/pull/845
- fix: usage of
a deprecated Node.js versionin CI by @hamirmahal in https://github.com/oramasearch/orama/pull/841 - docs: update docs for multi index search by @matijagaspar in https://github.com/oramasearch/orama/pull/838
- docs: improve docs by @faustoq in https://github.com/oramasearch/orama/pull/839
- chore: update docs for orama sdk monorepo by @matijagaspar in https://github.com/oramasearch/orama/pull/842
- chore: replaces @askorama handle with @oramasearch by @micheleriva in https://github.com/oramasearch/orama/pull/846
New Contributors
- @hamirmahal made their first contribution in https://github.com/oramasearch/orama/pull/841
Full Changelog: https://github.com/oramasearch/orama/compare/v3.0.1...v3.0.2
What's Changed
- docs: custom system prompts by @faustoq in https://github.com/oramasearch/orama/pull/825
Full Changelog: https://github.com/oramasearch/orama/compare/v3.0.0...v3.0.1
What's Changed
New features
- BREAKING: makes Orama methods sync by @micheleriva in https://github.com/askorama/orama/pull/803
- feat: adds RAG + answer session APIs to Orama OSS by @micheleriva in https://github.com/askorama/orama/pull/763
- feat: adds plugin for local embeddings generation at runtime by @micheleriva in https://github.com/askorama/orama/pull/795
- feat: generate embeddings on insert via Secure Proxy plugin by @micheleriva in https://github.com/askorama/orama/pull/776
- feat: improves orama switch methods by @micheleriva in https://github.com/askorama/orama/pull/800
- feat: docusaurus search btn customization by @raiindev in https://github.com/askorama/orama/pull/814
- feat: improves orama switch methods by @micheleriva in https://github.com/askorama/orama/pull/800
- feat: adds answer session to switch by @micheleriva in https://github.com/askorama/orama/pull/801
- feat: docusaurus search btn customization by @raiindev in https://github.com/askorama/orama/pull/814
- feat: add @orama/plugin-pt15 by @allevo in https://github.com/askorama/orama/pull/817
- feat: add plugin-qps by @allevo in https://github.com/askorama/orama/pull/818
- feat: improves search with filter by @allevo in https://github.com/askorama/orama/pull/820
- feat: avoid cache tokenization during insertion by @allevo in https://github.com/askorama/orama/pull/821
- feat: rewrites data structures as optimized classes by @micheleriva in https://github.com/askorama/orama/pull/807
- feat: adds better benchmarks by @micheleriva in https://github.com/askorama/orama/pull/809
- feat: improve DSAs performance by @micheleriva in https://github.com/askorama/orama/pull/811
- feat: performance improvements by @allevo in https://github.com/askorama/orama/pull/808
Fixes
- fix: fixes #797 on edit distance calculation by @allevo in https://github.com/askorama/orama/pull/823
- fix: project build issues by @matijagaspar in https://github.com/askorama/orama/pull/796
Chores
- chore: update docusaurus plugins (v2 & v3) with new React searchbox (0.0.26) by @raiindev in https://github.com/askorama/orama/pull/810
- chore(deps): bump astro from 4.15.9 to 4.16.1 by @dependabot in https://github.com/askorama/orama/pull/819
Docs
- docs: adds system prompt intro by @niltonheck in https://github.com/askorama/orama/pull/824
- docs: adds image zoom by @faustoq in https://github.com/askorama/orama/pull/822
- docs: fixes typos by @sudokud in https://github.com/askorama/orama/pull/813
- docs: search-box by @faustoq in https://github.com/askorama/orama/pull/816
- docs: fix broken links by @faustoq in https://github.com/askorama/orama/pull/802
- docs: improve orama cloud docs by @faustoq in https://github.com/askorama/orama/pull/793
- docs: minor fixes by @faustoq in https://github.com/askorama/orama/pull/794
- docs: adds new readme by @micheleriva in https://github.com/askorama/orama/pull/815
- docs: fix broken links by @faustoq in https://github.com/askorama/orama/pull/802
- docs: improve orama cloud docs by @faustoq in https://github.com/askorama/orama/pull/793
- docs: minor fixes by @faustoq in https://github.com/askorama/orama/pull/794
New Contributors
- @matijagaspar made their first contribution in https://github.com/askorama/orama/pull/796
- @sudokud made their first contribution in https://github.com/askorama/orama/pull/813
- @matijagaspar made their first contribution in https://github.com/askorama/orama/pull/796
Full Changelog: https://github.com/askorama/orama/compare/v2.1.1...v3.0.0
What's Changed
- fix: fixes Levenshtein distance calculation (#744) by @micheleriva in https://github.com/askorama/orama/pull/786
- fix: fixes zero division when computing scores after removing all documents from an index by @micheleriva in https://github.com/askorama/orama/pull/792
- test: adds tests for Orama Switch by @micheleriva in https://github.com/askorama/orama/pull/787
- feat: update searchbox to latest by @raiindev in https://github.com/askorama/orama/pull/790
- style: formats codebase by @micheleriva in https://github.com/askorama/orama/pull/785
Full Changelog: https://github.com/askorama/orama/compare/v2.1.0...v2.1.1
What's Changed
- BREAKING. feat: sets the threshold as
0by default by @micheleriva in https://github.com/askorama/orama/pull/784 - docs: add documentation for filters behavior on array properties by @simonecarriero in https://github.com/askorama/orama/pull/772
- feat: adds new package (Orama Switch) by @micheleriva in https://github.com/askorama/orama/pull/782
- fix: removes debug log (#774) by @micheleriva in https://github.com/askorama/orama/pull/777
- chore: add Kotlin documentation by @niltonheck in https://github.com/askorama/orama/pull/778
- chore: update docs for Kotlin by @niltonheck in https://github.com/askorama/orama/pull/779
- chore: update docs for Kotlin by @niltonheck in https://github.com/askorama/orama/pull/780
- chore: update docs for Kotlin by @niltonheck in https://github.com/askorama/orama/pull/781
New Contributors
- @simonecarriero made their first contribution in https://github.com/askorama/orama/pull/772
Full Changelog: https://github.com/askorama/orama/compare/v2.0.24...v2.1.0
What's Changed
- docs improvements by @faustoq in https://github.com/askorama/orama/pull/759
- Feat: add alias analytics for docs by @niltonheck in https://github.com/askorama/orama/pull/760
- Feat: update client version for docs by @niltonheck in https://github.com/askorama/orama/pull/762
- chore: use new searchbox by @rjborba in https://github.com/askorama/orama/pull/761
- docs: improvements by @faustoq in https://github.com/askorama/orama/pull/764
- chore: update oramacloud-client version by @faustoq in https://github.com/askorama/orama/pull/765
- Fix issues with
plugin-docusaurus-v3detecting local mode. by @madlitz in https://github.com/askorama/orama/pull/754
New Contributors
- @niltonheck made their first contribution in https://github.com/askorama/orama/pull/760
- @rjborba made their first contribution in https://github.com/askorama/orama/pull/761
Full Changelog: https://github.com/askorama/orama/compare/v2.0.23...v2.0.24
What's Changed
- feat: speeds up insertion for number properties by @micheleriva in https://github.com/askorama/orama/pull/756
- feat: add header fragment support for plugin-docusaurus-v3 by @madlitz in https://github.com/askorama/orama/pull/755
- docs: improves SDK examples by @faustoq in https://github.com/askorama/orama/pull/752
- docs(plugin-docusaurus-v3): detail for deploy type by @innocces in https://github.com/askorama/orama/pull/753
- docs: adds cookie consent banner by @faustoq in https://github.com/askorama/orama/pull/757
- docs: improve REST API documentation by @allevo in https://github.com/askorama/orama/pull/758
New Contributors
- @faustoq made their first contribution in https://github.com/askorama/orama/pull/752
- @madlitz made their first contribution in https://github.com/askorama/orama/pull/755
- @innocces made their first contribution in https://github.com/askorama/orama/pull/753
Full Changelog: https://github.com/askorama/orama/compare/v2.0.22...v2.0.23
What's Changed
- Move docs to starlight by @SaraVieira in https://github.com/askorama/orama/pull/715
- break when value is undefined for page type by @omonk in https://github.com/askorama/orama/pull/747
- fix: Correctly detect development mode. by @ShogunPanda in https://github.com/askorama/orama/pull/749
New Contributors
- @omonk made their first contribution in https://github.com/askorama/orama/pull/747
Full Changelog: https://github.com/askorama/orama/compare/v2.0.21...v2.0.22
What's Changed
- Feat/docusaurus v3 fixes by @raiindev in https://github.com/askorama/orama/pull/740
- Export constants by @allevo in https://github.com/askorama/orama/pull/739
- feat: makes deployment optional on docusaurus by @micheleriva in https://github.com/askorama/orama/pull/741
Full Changelog: https://github.com/askorama/orama/compare/v2.0.20...v2.0.21
What's Changed
- fix(hybrid search results): fixed hybrid search by removing redundant… by @rajeshj11 in https://github.com/askorama/orama/pull/731
- docs: update tokenizers sample code by @0ahz in https://github.com/askorama/orama/pull/733
New Contributors
- @rajeshj11 made their first contribution in https://github.com/askorama/orama/pull/731
- @0ahz made their first contribution in https://github.com/askorama/orama/pull/733
Full Changelog: https://github.com/askorama/orama/compare/v2.0.19...v2.0.20
What's Changed
- perf(orama): prefer flatMap by @ilteoood in https://github.com/askorama/orama/pull/714
- Update nextra plugin by @SaraVieira in https://github.com/askorama/orama/pull/716
- Fixes for published version by @SaraVieira in https://github.com/askorama/orama/pull/717
- [Plugin Vitepress] fix case when item has no h1 by @SaraVieira in https://github.com/askorama/orama/pull/718
- Fix Docusarus plugin when there are no docs by @SaraVieira in https://github.com/askorama/orama/pull/719
- Ignore deno import with webpack by @valstu in https://github.com/askorama/orama/pull/696
Full Changelog: https://github.com/askorama/orama/compare/v2.0.18...v2.0.19
What's Changed
- fix: searchdata not loading properly on serve by @raiindev in https://github.com/askorama/orama/pull/712
Full Changelog: https://github.com/askorama/orama/compare/v2.0.17...v2.0.18
What's Changed
- Add SDK docs by @SaraVieira in https://github.com/askorama/orama/pull/702
- Recommend extends instead adding plugins to vite conf directly by @dbritto-dev in https://github.com/askorama/orama/pull/707
- Add support for custom source dir on vitepress plugin by @dbritto-dev in https://github.com/askorama/orama/pull/705
- Follow vitepress plugin docs by @dbritto-dev in https://github.com/askorama/orama/pull/708
- remove recursion in avl trees by @bortolottidev in https://github.com/askorama/orama/pull/710
New Contributors
- @dbritto-dev made their first contribution in https://github.com/askorama/orama/pull/707
- @bortolottidev made their first contribution in https://github.com/askorama/orama/pull/710
Full Changelog: https://github.com/askorama/orama/compare/v2.0.16...v2.0.17
What's Changed
- perf(orama): facets and hybrid search by @ilteoood in https://github.com/askorama/orama/pull/694
- fix: docusaurus searchbox css by @raiindev in https://github.com/askorama/orama/pull/693
- docs: updated docs to correctly show what section in wip by @skirianov in https://github.com/askorama/orama/pull/698
- update searchbox version by @raiindev in https://github.com/askorama/orama/pull/697
- Add docs for rest by @SaraVieira in https://github.com/askorama/orama/pull/699
- Adds Orama Multiplier Coefficent docs by @micheleriva in https://github.com/askorama/orama/pull/700
New Contributors
- @skirianov made their first contribution in https://github.com/askorama/orama/pull/698
Full Changelog: https://github.com/askorama/orama/compare/v2.0.15...v2.0.16
What's Changed
- Add docusarus-v3 docs by @SaraVieira in https://github.com/askorama/orama/pull/689
- fix: check postbuild only if not cloud config by @raiindev in https://github.com/askorama/orama/pull/692
New Contributors
- @SaraVieira made their first contribution in https://github.com/askorama/orama/pull/689
Full Changelog: https://github.com/askorama/orama/compare/v2.0.14...v2.0.15
What's Changed
- fix(plugin-vitepress): add missing userConfig.base in the page path by @fraxken in https://github.com/askorama/orama/pull/685
- Updates datasources docs by @micheleriva in https://github.com/askorama/orama/pull/686
- various fixes, update searchbox, update readme by @raiindev in https://github.com/askorama/orama/pull/690
- Fix getNanosecondsTime when process is not defined by @allevo in https://github.com/askorama/orama/pull/688
New Contributors
- @fraxken made their first contribution in https://github.com/askorama/orama/pull/685
Full Changelog: https://github.com/askorama/orama/compare/v2.0.13...v2.0.14
What's Changed
- fix:modified reference to the db on movieDB example by @lpilla in https://github.com/askorama/orama/pull/681
- chore(deps): bump vite from 4.1.4 to 4.5.3 by @dependabot in https://github.com/askorama/orama/pull/680
- perf(orama): improve speed of heavy tasks by @ilteoood in https://github.com/askorama/orama/pull/682
- Adds multi instance and versioning handler to Docusaurus V3 by @raiindev in https://github.com/askorama/orama/pull/683
- Updates docs and Docusaurus Plugin Readme file by @micheleriva in https://github.com/askorama/orama/pull/684
New Contributors
- @lpilla made their first contribution in https://github.com/askorama/orama/pull/681
- @dependabot made their first contribution in https://github.com/askorama/orama/pull/680
Full Changelog: https://github.com/askorama/orama/compare/v2.0.12...v2.0.13
What's Changed
- Add test for checking what happen if I filter with empty array on string property by @allevo in https://github.com/askorama/orama/pull/674
- fix plugin working only with default content docs id by @raiindev in https://github.com/askorama/orama/pull/673
- fix plugin working only with default content docs id by @raiindev in https://github.com/askorama/orama/pull/675
Full Changelog: https://github.com/askorama/orama/compare/v2.0.11...v2.0.12
What's Changed
- Adds plugin analytics to Vitepress by @micheleriva in https://github.com/askorama/orama/pull/661
- Adds plugin analytics to docusaurus v2 by @micheleriva in https://github.com/askorama/orama/pull/662
- Adds plugin analytics to docusaurus v3 by @micheleriva in https://github.com/askorama/orama/pull/663
Full Changelog: https://github.com/askorama/orama/compare/v2.0.10...v2.0.11
What's Changed
- Add enabled flag to telemetry plugin by @allevo in https://github.com/askorama/orama/pull/656
- Fix typo in telemetry endpoint by @allevo in https://github.com/askorama/orama/pull/658
- Renames Plugin Telemetry to Plugin Analytics by @micheleriva in https://github.com/askorama/orama/pull/660
Full Changelog: https://github.com/askorama/orama/compare/v2.0.9...v2.0.10
What's Changed
- Lets OSS index send telemetry to OramaCloud through plugin by @allevo in https://github.com/askorama/orama/pull/645
- docs: fix typo in components doc by @mariocampacci in https://github.com/askorama/orama/pull/647
- Adds compilation warning for mandarin tokenizer by @micheleriva in https://github.com/askorama/orama/pull/650
- feat: adds support for Japanese language by @micheleriva in https://github.com/askorama/orama/pull/653
New Contributors
- @mariocampacci made their first contribution in https://github.com/askorama/orama/pull/647
Full Changelog: https://github.com/askorama/orama/compare/v2.0.8...v2.0.9
What's Changed
- fix: placed search index in
dist/clientnotdistby @okikio in https://github.com/askorama/orama/pull/639 - Fix wrong order of params by @valstu in https://github.com/askorama/orama/pull/643
- Fix to get threshold 0 working as documented by @valstu in https://github.com/askorama/orama/pull/644
New Contributors
- @valstu made their first contribution in https://github.com/askorama/orama/pull/643
Full Changelog: https://github.com/askorama/orama/compare/v2.0.7...v2.0.8
What's Changed
- Update repo info by @micheleriva in https://github.com/oramasearch/orama/pull/636
- fix: fixes tokenizers dist by @micheleriva in https://github.com/oramasearch/orama/pull/637
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.6...v2.0.7
What's Changed
- Adds Mandarin tokenizer by @micheleriva in https://github.com/oramasearch/orama/pull/628
- style: formats code to use common biome rules by @micheleriva in https://github.com/oramasearch/orama/pull/630
- Ensure the order of the documents on update. by @allevo in https://github.com/oramasearch/orama/pull/632
- Adds mandarin stopwords and tokenizer wrapper by @micheleriva in https://github.com/oramasearch/orama/pull/631
- docs: adds chinese support docs by @micheleriva in https://github.com/oramasearch/orama/pull/634
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.5...v2.0.6
What's Changed
- fix #561 - facets limit not working by @SamSalvatico in https://github.com/oramasearch/orama/pull/591
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.4...v2.0.5
What's Changed
- Fix typo in hybrid-search doc by @afrideva in https://github.com/oramasearch/orama/pull/622
- Adds docs on new embedding models by @micheleriva in https://github.com/oramasearch/orama/pull/623
- chore(devcontainer git setup): update devcontainer dockerfile with op… by @valeriocomo in https://github.com/oramasearch/orama/pull/625
- fix #627 string sorting crash by @cnrdh in https://github.com/oramasearch/orama/pull/626
New Contributors
- @afrideva made their first contribution in https://github.com/oramasearch/orama/pull/622
- @cnrdh made their first contribution in https://github.com/oramasearch/orama/pull/626
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.3...v2.0.4
What's Changed
- fix: Astro crash when using an image service #617 by @okikio in https://github.com/oramasearch/orama/pull/618
- Update Searchbox to the latest version on all packages by @micheleriva in https://github.com/oramasearch/orama/pull/620
- Add custom weights to hybrid search by @micheleriva in https://github.com/oramasearch/orama/pull/621
New Contributors
- @okikio made their first contribution in https://github.com/oramasearch/orama/pull/618
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.2...v2.0.3
What's Changed
- docs: improve Orama Cloud docs by @micheleriva in https://github.com/oramasearch/orama/pull/614
- fix: docusaurus v3 fix by @raiindev in https://github.com/oramasearch/orama/pull/615
- feat: update secure proxy plugin to use @oramacloud/client package by @micheleriva in https://github.com/oramasearch/orama/pull/616
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.1...v2.0.2
What's Changed
- Update utils.ts by @jblyberg in https://github.com/oramasearch/orama/pull/611
New Contributors
- @jblyberg made their first contribution in https://github.com/oramasearch/orama/pull/611
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.0...v2.0.1
What's Changed
- Implements Geosearch by @micheleriva in https://github.com/oramasearch/orama/pull/505
- fix: create custom tokenizer by @stearm in https://github.com/oramasearch/orama/pull/520
- Add typescript documentation to describe types with examples by @allevo in https://github.com/oramasearch/orama/pull/521
- Feat: adds vincenty distance for high-precision geosearch by @micheleriva in https://github.com/oramasearch/orama/pull/529
- adds new docs by @micheleriva in https://github.com/oramasearch/orama/pull/518
- Docs/fix docs links by @micheleriva in https://github.com/oramasearch/orama/pull/534
- fix: fixes distance function usage for high precision geosearch by @micheleriva in https://github.com/oramasearch/orama/pull/535
- updates shopify docs by @micheleriva in https://github.com/oramasearch/orama/pull/536
- Add bug report and feature request GitHub Form Template by @ludovicobesana in https://github.com/oramasearch/orama/pull/532
- Add timeout parameter in insertMultiple by @allevo in https://github.com/oramasearch/orama/pull/540
- Fix #538 by @allevo in https://github.com/oramasearch/orama/pull/541
- feat: export language with each stemmer by @rishi-raj-jain in https://github.com/oramasearch/orama/pull/539
- Fix type definition for stopwords by @flodiebold in https://github.com/oramasearch/orama/pull/525
- BREAKING feat: adds basic plugins interface by @micheleriva in https://github.com/oramasearch/orama/pull/543
- perf: remove @orama/plugin-match-highlight in favor of @orama/highlight by @raiindev in https://github.com/oramasearch/orama/pull/545
- Adds basic telemetry plugin by @micheleriva in https://github.com/oramasearch/orama/pull/548
- Update plugin-docusaurus.mdx by @raiindev in https://github.com/oramasearch/orama/pull/549
- Feat/orm 362 docusaurus v3 by @raiindev in https://github.com/oramasearch/orama/pull/550
- chore: avoid some re-calculation on geosearch by @carmhack in https://github.com/oramasearch/orama/pull/551
- chore: avoid recalculating lengths in some for-loops by @aleattene in https://github.com/oramasearch/orama/pull/553
- Fix #557 - Unabalanced state for sorted AVL trees by @micheleriva in https://github.com/oramasearch/orama/pull/558
- Migrate documentation from Nextra to Vitepress by @micheleriva in https://github.com/oramasearch/orama/pull/563
- feat: adds Vitepress plugin by @micheleriva in https://github.com/oramasearch/orama/pull/566
- chore: use biome to format code by @ematipico in https://github.com/oramasearch/orama/pull/567
- Adds vector search and automatic embeddings generation documentation by @micheleriva in https://github.com/oramasearch/orama/pull/569
- chore: format next and docusaurus plugins by @ematipico in https://github.com/oramasearch/orama/pull/568
- chore: format more plugins by @ematipico in https://github.com/oramasearch/orama/pull/570
- docs: adds zoom image on click by @micheleriva in https://github.com/oramasearch/orama/pull/571
- perf: avoid new array while insertNode by @H4ad in https://github.com/oramasearch/orama/pull/572
- chore: add more folders to formatting by @ematipico in https://github.com/oramasearch/orama/pull/574
- chore: format docs and benchmarks by @ematipico in https://github.com/oramasearch/orama/pull/575
- chore: complete migration to Biome by @ematipico in https://github.com/oramasearch/orama/pull/576
- Rewrites docusaurus plugin (V3) (supersede #565) by @micheleriva in https://github.com/oramasearch/orama/pull/577
- Prefixes have 0 distance by @allevo in https://github.com/oramasearch/orama/pull/580
- chore: adds volumes configuration to devcontainer by @valeriocomo in https://github.com/oramasearch/orama/pull/582
- note does not support case-sensitivity by @jessekrubin in https://github.com/oramasearch/orama/pull/585
- #544 fix. match all prefixes. by @SP321 in https://github.com/oramasearch/orama/pull/583
- Upgrade tap to v18 by @tarunrajput in https://github.com/oramasearch/orama/pull/581
- Chore: fix docs by @SamSalvatico in https://github.com/oramasearch/orama/pull/589
- Updates docs by @micheleriva in https://github.com/oramasearch/orama/pull/592
- chore(devcontainer extensions setup): update devcontainer extensions … by @valeriocomo in https://github.com/oramasearch/orama/pull/593
- Export more internals by @micheleriva in https://github.com/oramasearch/orama/pull/594
- Remove execa by @corradopetrelli in https://github.com/oramasearch/orama/pull/596
- Fix npm package typo in plugin-vitepress.md by @cyrilis in https://github.com/oramasearch/orama/pull/597
- fix: #605 - orama crashes inside web worker by @micheleriva in https://github.com/oramasearch/orama/pull/606
- Fix #601 - Skipping of keys in Object.prototype in search function by @SpongeBed81 in https://github.com/oramasearch/orama/pull/603
- Orama 2.0 by @micheleriva in https://github.com/oramasearch/orama/pull/607
New Contributors
- @ludovicobesana made their first contribution in https://github.com/oramasearch/orama/pull/532
- @flodiebold made their first contribution in https://github.com/oramasearch/orama/pull/525
- @carmhack made their first contribution in https://github.com/oramasearch/orama/pull/551
- @aleattene made their first contribution in https://github.com/oramasearch/orama/pull/553
- @ematipico made their first contribution in https://github.com/oramasearch/orama/pull/567
- @valeriocomo made their first contribution in https://github.com/oramasearch/orama/pull/582
- @jessekrubin made their first contribution in https://github.com/oramasearch/orama/pull/585
- @tarunrajput made their first contribution in https://github.com/oramasearch/orama/pull/581
- @SamSalvatico made their first contribution in https://github.com/oramasearch/orama/pull/589
- @cyrilis made their first contribution in https://github.com/oramasearch/orama/pull/597
- @SpongeBed81 made their first contribution in https://github.com/oramasearch/orama/pull/603
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.11...v2.0.0
What's Changed
- Updates docs by @micheleriva in https://github.com/oramasearch/orama/pull/592
- chore(devcontainer extensions setup): update devcontainer extensions … by @valeriocomo in https://github.com/oramasearch/orama/pull/593
- Export more internals by @micheleriva in https://github.com/oramasearch/orama/pull/594
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.0-beta.11...v2.0.0-beta.12
What's Changed
- Prefixes have 0 distance by @allevo in https://github.com/oramasearch/orama/pull/580
- chore: adds volumes configuration to devcontainer by @valeriocomo in https://github.com/oramasearch/orama/pull/582
- note does not support case-sensitivity by @jessekrubin in https://github.com/oramasearch/orama/pull/585
- #544 fix. match all prefixes. by @SP321 in https://github.com/oramasearch/orama/pull/583
- Upgrade tap to v18 by @tarunrajput in https://github.com/oramasearch/orama/pull/581
- Chore: fix docs by @SamSalvatico in https://github.com/oramasearch/orama/pull/589
New Contributors
- @valeriocomo made their first contribution in https://github.com/oramasearch/orama/pull/582
- @jessekrubin made their first contribution in https://github.com/oramasearch/orama/pull/585
- @tarunrajput made their first contribution in https://github.com/oramasearch/orama/pull/581
- @SamSalvatico made their first contribution in https://github.com/oramasearch/orama/pull/589
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.0-beta.10...v2.0.0-beta.11
What's Changed
- chore: use biome to format code by @ematipico in https://github.com/oramasearch/orama/pull/567
- Adds vector search and automatic embeddings generation documentation by @micheleriva in https://github.com/oramasearch/orama/pull/569
- chore: format next and docusaurus plugins by @ematipico in https://github.com/oramasearch/orama/pull/568
- chore: format more plugins by @ematipico in https://github.com/oramasearch/orama/pull/570
- docs: adds zoom image on click by @micheleriva in https://github.com/oramasearch/orama/pull/571
- perf: avoid new array while insertNode by @H4ad in https://github.com/oramasearch/orama/pull/572
- chore: add more folders to formatting by @ematipico in https://github.com/oramasearch/orama/pull/574
- chore: format docs and benchmarks by @ematipico in https://github.com/oramasearch/orama/pull/575
- chore: complete migration to Biome by @ematipico in https://github.com/oramasearch/orama/pull/576
- Rewrites docusaurus plugin (V3) (supersede #565) by @micheleriva in https://github.com/oramasearch/orama/pull/577
New Contributors
- @ematipico made their first contribution in https://github.com/oramasearch/orama/pull/567
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.0-beta.9...v2.0.0-beta.10
What's Changed
- Migrate documentation from Nextra to Vitepress by @micheleriva in https://github.com/oramasearch/orama/pull/563
- Adds Vitepress plugin by @micheleriva in https://github.com/oramasearch/orama/pull/566
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.0-beta.8...v2.0.0-beta.9
What's Changed
- chore: avoid some re-calculation on geosearch by @carmhack in https://github.com/oramasearch/orama/pull/551
- chore: avoid recalculating lengths in some for-loops by @aleattene in https://github.com/oramasearch/orama/pull/553
- Fix #557 - Unabalanced state for sorted AVL trees by @micheleriva in https://github.com/oramasearch/orama/pull/558
New Contributors
- @carmhack made their first contribution in https://github.com/oramasearch/orama/pull/551
- @aleattene made their first contribution in https://github.com/oramasearch/orama/pull/553
Full Changelog: https://github.com/oramasearch/orama/compare/2.0.0-beta.7...v2.0.0-beta.8
What's Changed
- perf: remove @orama/plugin-match-highlight in favor of @orama/highlight by @raiindev in https://github.com/oramasearch/orama/pull/545
- Adds basic telemetry plugin by @micheleriva in https://github.com/oramasearch/orama/pull/548
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.0-beta.5...v2.0.0-beta.6
What's Changed
- feat: export language with each stemmer by @rishi-raj-jain in https://github.com/oramasearch/orama/pull/539
- Fix type definition for stopwords by @flodiebold in https://github.com/oramasearch/orama/pull/525
- BREAKING feat: adds basic plugins interface by @micheleriva in https://github.com/oramasearch/orama/pull/543
New Contributors
- @flodiebold made their first contribution in https://github.com/oramasearch/orama/pull/525
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.0-beta.4...v2.0.0-beta.5
What's Changed
- updates shopify docs by @micheleriva in https://github.com/oramasearch/orama/pull/536
- Add bug report and feature request GitHub Form Template by @ludovicobesana in https://github.com/oramasearch/orama/pull/532
- Add timeout parameter in insertMultiple by @allevo in https://github.com/oramasearch/orama/pull/540
- Fix #538 by @allevo in https://github.com/oramasearch/orama/pull/541
New Contributors
- @ludovicobesana made their first contribution in https://github.com/oramasearch/orama/pull/532
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.0-beta.3...v2.0.0-beta.4
What's Changed
- adds new docs by @micheleriva in https://github.com/oramasearch/orama/pull/518
- docs/fix docs links by @micheleriva in https://github.com/oramasearch/orama/pull/534
- fix: fixes distance function usage for high precision geosearch by @micheleriva in https://github.com/oramasearch/orama/pull/535
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.0-beta.2...v2.0.0-beta.3
What's Changed
- fix: create custom tokenizer by @stearm in https://github.com/oramasearch/orama/pull/520
- Add typescript documentation to describe types with examples by @allevo in https://github.com/oramasearch/orama/pull/521
- Feat: adds vincenty distance for high-precision geosearch by @micheleriva in https://github.com/oramasearch/orama/pull/529
Full Changelog: https://github.com/oramasearch/orama/compare/v2.0.0-beta.1...v2.0.0-beta.2
What's Changed
- Implements Geosearch by @micheleriva in https://github.com/oramasearch/orama/pull/505
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.11...v2.0.0-beta.1
What's Changed
- Add test to types by @allevo in https://github.com/oramasearch/orama/pull/508
- docs: remove language from stemming docs by @corradopetrelli in https://github.com/oramasearch/orama/pull/513
- Strong 'boost' parameter by @allevo in https://github.com/oramasearch/orama/pull/511
- Fix string tolerance option (#480) by @SP321 in https://github.com/oramasearch/orama/pull/516
- fix(plugin-match-highlight):
SearchResultWithHighlighttype improvement by @fturmel in https://github.com/oramasearch/orama/pull/514 - style: improves linting by @micheleriva in https://github.com/oramasearch/orama/pull/517
New Contributors
- @corradopetrelli made their first contribution in https://github.com/oramasearch/orama/pull/513
- @SP321 made their first contribution in https://github.com/oramasearch/orama/pull/516
- @fturmel made their first contribution in https://github.com/oramasearch/orama/pull/514
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.10...v1.2.11
What's Changed
- fix: Using
safeArrayPush(dest, source)instead ofdest.push(...source)(#506) by @BanderasPRO in https://github.com/oramasearch/orama/pull/507
New Contributors
- @BanderasPRO made their first contribution in https://github.com/oramasearch/orama/pull/507
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.9...v1.2.10
What's Changed
- fix: searchResultWithHighlight incorrectly typed by @rishi-raj-jain in https://github.com/oramasearch/orama/pull/497
- docs: adds sitemap by @micheleriva in https://github.com/oramasearch/orama/pull/502
- feat: added support for sanskrit diacriticals by @melsonic in https://github.com/oramasearch/orama/pull/503
- docs: adds sanskrit by @micheleriva in https://github.com/oramasearch/orama/pull/504
New Contributors
- @rishi-raj-jain made their first contribution in https://github.com/oramasearch/orama/pull/497
- @melsonic made their first contribution in https://github.com/oramasearch/orama/pull/503
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.8...v1.2.9
What's Changed
- chore(plugin-docusaurus): updates docusaurus to its latest version by @micheleriva in https://github.com/oramasearch/orama/pull/493
- Feat/fix 494 by @allevo in https://github.com/oramasearch/orama/pull/495
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.7...v1.2.8
What's Changed
- fix(plugin-match-highlight): support tolerance parameter in searchWithHighlight by @stearm in https://github.com/oramasearch/orama/pull/489
- Fix typo in error message by @soulofmischief in https://github.com/oramasearch/orama/pull/490
- add export to transformFn and defaultToSectionSchema by @raiindev in https://github.com/oramasearch/orama/pull/491
New Contributors
- @soulofmischief made their first contribution in https://github.com/oramasearch/orama/pull/490
- @raiindev made their first contribution in https://github.com/oramasearch/orama/pull/491
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.6...v1.2.7
What's Changed
- fix(orama): fixes document removal with vector properties by @micheleriva in https://github.com/oramasearch/orama/pull/487
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.5...v1.2.6
What's Changed
- fix(plugin-nextra): add missing cmd+k keybinding to focus the input search by @stearm in https://github.com/oramasearch/orama/pull/481
- feat: added strong typed orama schema by @H4ad in https://github.com/oramasearch/orama/pull/470
- Implements enum[] by @allevo in https://github.com/oramasearch/orama/pull/482
- Feat/reduce serialized datastructure sizes by @micheleriva in https://github.com/oramasearch/orama/pull/484
- Strong typed where condition by @allevo in https://github.com/oramasearch/orama/pull/485
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.4...v1.2.5
What's Changed
- Fix error in example code in doc plugin-match-highlight.mdx by @allevo in https://github.com/oramasearch/orama/pull/478
- fix: component.mdx docs by @stearm in https://github.com/oramasearch/orama/pull/479
- Implement enum type by @allevo in https://github.com/oramasearch/orama/pull/458
New Contributors
- @stearm made their first contribution in https://github.com/oramasearch/orama/pull/479
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.3...v1.2.4
What's Changed
- fix: issue with max call stack when search by @H4ad in https://github.com/oramasearch/orama/pull/437
- docs: adds saveWithHighlights docs by @micheleriva in https://github.com/oramasearch/orama/pull/476
- feat(orama): exports trees by @micheleriva in https://github.com/oramasearch/orama/pull/477
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.2...v1.2.3
What's Changed
- set tokenizer language during load by @philippebeaulieu in https://github.com/oramasearch/orama/pull/468
- feat(orama): adds zip tree by @micheleriva in https://github.com/oramasearch/orama/pull/430
- Add
saveWithHighlightandloadWithHighlightby @benjaminleonard in https://github.com/oramasearch/orama/pull/471 - search on all token during where searches by @philippebeaulieu in https://github.com/oramasearch/orama/pull/473
- chore: fix typo by @Eomm in https://github.com/oramasearch/orama/pull/472
- Tokenize skip properties by @philippebeaulieu in https://github.com/oramasearch/orama/pull/474
New Contributors
- @philippebeaulieu made their first contribution in https://github.com/oramasearch/orama/pull/468
- @benjaminleonard made their first contribution in https://github.com/oramasearch/orama/pull/471
- @Eomm made their first contribution in https://github.com/oramasearch/orama/pull/472
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.1...v1.2.2
What's Changed
- feat: Support anchor linking. by @ShogunPanda in https://github.com/oramasearch/orama/pull/463
Full Changelog: https://github.com/oramasearch/orama/compare/v1.2.0...v1.2.1
What's Changed
- Adds vector search capabilities to Orama by @micheleriva in https://github.com/oramasearch/orama/pull/462
Full Changelog: https://github.com/oramasearch/orama/compare/v1.1.1...v1.2.0
What's Changed
- chore: Improved documentation and linted code. by @ShogunPanda in https://github.com/oramasearch/orama/pull/451
- feat: Improved threshold handling. by @ShogunPanda in https://github.com/oramasearch/orama/pull/454
- ci: adds packages to release script by @micheleriva in https://github.com/oramasearch/orama/pull/455
Full Changelog: https://github.com/oramasearch/orama/compare/v1.1.0...v1.1.1
What's Changed
- perf: replace node object for node class by @H4ad in https://github.com/oramasearch/orama/pull/436
- feat: internal document ID as a number by @H4ad in https://github.com/oramasearch/orama/pull/441
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.10...v1.1.0
What's Changed
- docs: improves 'create' docs by @micheleriva in https://github.com/oramasearch/orama/pull/443
- perf: remove unused properties from radix by @H4ad in https://github.com/oramasearch/orama/pull/435
- perf: lazy operations on sorter by @H4ad in https://github.com/oramasearch/orama/pull/434
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.9...v1.0.10
What's Changed
- fix: nextra plugin - router ready check by @ilteoood in https://github.com/oramasearch/orama/pull/429
- Bounty Issue #162 : Add support for Tamil language by @haruncurak in https://github.com/oramasearch/orama/pull/432
- docs: adds bundle size and bounty badges by @micheleriva in https://github.com/oramasearch/orama/pull/433
- Fix typos by @szepeviktor in https://github.com/oramasearch/orama/pull/442
New Contributors
- @haruncurak made their first contribution in https://github.com/oramasearch/orama/pull/432
- @szepeviktor made their first contribution in https://github.com/oramasearch/orama/pull/442
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.8...v1.0.9
What's Changed
- Feat: Added shortcut to open modal. by @ShogunPanda in https://github.com/oramasearch/orama/pull/420
- Bugfixes by @ShogunPanda in https://github.com/oramasearch/orama/pull/423
- Update sorting.mdx by @allevo in https://github.com/oramasearch/orama/pull/425
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.7...v1.0.8
What's Changed
- Move stop-words in separate npm package by @micheleriva in https://github.com/oramasearch/orama/pull/419
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.6...v1.0.7
What's Changed
- Fix: Wrong slack invitation link on the site by @TheZalRevolt in https://github.com/oramasearch/orama/pull/414
- Throw error on unknown filter field by @allevo in https://github.com/oramasearch/orama/pull/415
- Docusaurus improvements by @ShogunPanda in https://github.com/oramasearch/orama/pull/416
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.5...v1.0.6
What's Changed
- feat: afterSearch hook by @allevo in https://github.com/oramasearch/orama/pull/412
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.4...v1.0.5
What's Changed
- fix: fix the build of Astro Plugin on Windows OS by @TheZalRevolt in https://github.com/oramasearch/orama/pull/406
- feat: reworked docusaurus plugin to support docs versions. by @ShogunPanda in https://github.com/oramasearch/orama/pull/404
- Fix/remove package json and some fix by @marco-ippolito in https://github.com/oramasearch/orama/pull/410
- fix: Fixed e2e tests. by @ShogunPanda in https://github.com/oramasearch/orama/pull/411
New Contributors
- @TheZalRevolt made their first contribution in https://github.com/oramasearch/orama/pull/406
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.3...v1.0.4
What's Changed
- fix: adds error message for cjs methods by @micheleriva in https://github.com/oramasearch/orama/pull/400
- Prevent apostrophe in a string and add await while making search request by @yusufyilmazfr in https://github.com/oramasearch/orama/pull/401
- fixed search query while making preflight search by @yusufyilmazfr in https://github.com/oramasearch/orama/pull/402
- Feature/group by api by @allevo in https://github.com/oramasearch/orama/pull/398
- changed array item order in sorting.mdx by @yusufyilmazfr in https://github.com/oramasearch/orama/pull/403
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.2...v1.0.3
What's Changed
- perf: faster
isBalancedAVL Tree method by @H4ad in https://github.com/oramasearch/orama/pull/392 - Changed Wrong Field Name in
threshold.mdxby @yusufyilmazfr in https://github.com/oramasearch/orama/pull/391 - perf: skip get balance factor by @H4ad in https://github.com/oramasearch/orama/pull/394
- fix: fixes plugin-data-persistence usage by @micheleriva in https://github.com/oramasearch/orama/pull/399
New Contributors
- @H4ad made their first contribution in https://github.com/oramasearch/orama/pull/392
- @yusufyilmazfr made their first contribution in https://github.com/oramasearch/orama/pull/391
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.1...v1.0.2
What's Changed
- feat: rewrites AVL tree removing recursion at all by @micheleriva in https://github.com/oramasearch/orama/pull/389
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.0...v1.0.1
What's Changed
- fix: handle pages that are not generated inside a folder by @Balastrong in https://github.com/oramasearch/orama/pull/377
- Store multivalue doc field by @allevo in https://github.com/oramasearch/orama/pull/378
- test: re-enables docusaurus tests by @micheleriva in https://github.com/oramasearch/orama/pull/380
- Heterogeneous fixes by @allevo in https://github.com/oramasearch/orama/pull/379
- Rework *Multiple methods by @allevo in https://github.com/oramasearch/orama/pull/381
- docs: adds orama video to homepage by @micheleriva in https://github.com/oramasearch/orama/pull/382
- Fix broken link by @allevo in https://github.com/oramasearch/orama/pull/383
- fix: astro windows build by @ilteoood in https://github.com/oramasearch/orama/pull/385
- Use
sortByparameter to sort the result set by @allevo in https://github.com/oramasearch/orama/pull/384
New Contributors
- @allevo made their first contribution in https://github.com/oramasearch/orama/pull/378
Full Changelog: https://github.com/oramasearch/orama/compare/1.0.0-beta.16...v1.0.0
What's Changed
- feat: adds preflight search apis by @micheleriva in https://github.com/oramasearch/orama/pull/355
- fix(threshold): fixes threshold length calculation by @micheleriva in https://github.com/oramasearch/orama/pull/356
Full Changelog: https://github.com/oramasearch/orama/compare/1.0.0-beta.11...v1.0.0-beta.12
What's Changed
- fix: fixes error link. by @ShogunPanda in https://github.com/oramasearch/orama/pull/329
- docs: fixes docs links by @micheleriva in https://github.com/oramasearch/orama/pull/332
- ci: refactors build scripts by @ShogunPanda in https://github.com/oramasearch/orama/pull/334
- feat: componentize scores calculation. by @ShogunPanda in https://github.com/oramasearch/orama/pull/338
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.0-beta.7...v1.0.0-beta.8
What's Changed
- fix: fixes remove function from trie by @micheleriva in https://github.com/oramasearch/orama/pull/330
- fix(orama): fixes errors in #327 and #328 by @micheleriva in https://github.com/oramasearch/orama/pull/331
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.0-beta.6...v1.0.0-beta.7
What's Changed
- feat: Added components documentation. by @ShogunPanda in https://github.com/oramasearch/orama/pull/319
- Fix CJS exports by @ShogunPanda in https://github.com/oramasearch/orama/pull/323
- fix: Fixed CI. by @ShogunPanda in https://github.com/oramasearch/orama/pull/324
- feat: adds search with orama by @micheleriva in https://github.com/oramasearch/orama/pull/326
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.0-beta.4...v1.0.0-beta.6
What's Changed
- docs: updates docs by @micheleriva in https://github.com/oramasearch/orama/pull/320
- Ci/release by @micheleriva in https://github.com/oramasearch/orama/pull/321
Full Changelog: https://github.com/oramasearch/orama/compare/v1.0.0-beta.3...v1.0.0-beta.4
What's Changed
- Orama v1.0.0 by @micheleriva in https://github.com/oramasearch/orama/pull/310
- fix: fixes migration errors by @micheleriva in https://github.com/oramasearch/orama/pull/316
- feat(elapsed): refactors elapsed time to return an object by @micheleriva in https://github.com/oramasearch/orama/pull/317
Full Changelog: https://github.com/oramasearch/orama/compare/v0.4.12...v1.0.0-beta.2
What's Changed
- Orama v1.0.0 by @micheleriva in https://github.com/oramasearch/orama/pull/310
Full Changelog: https://github.com/oramasearch/orama/compare/v0.4.12...v1.0.0-beta.1