Skip to content

Releases: oramasearch/orama

v3.1.13

04 Sep 23:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.12...v3.1.13

v3.1.12

29 Aug 02:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.11...v3.1.12

v3.1.11

12 Jul 20:46
Compare
Choose a tag to compare

What's Changed

const results = search(db, {
  term: "phone",
  where: {
    or: [
      {
        and: [
          { category: "electronics" },
          { price: { lt: 100 } }
        ]
      },
      {
        and: [
          { not: { brand: "random-brand" } },
          { price: { lt: 150 } }
        ]
      }
    ]
  }
})

Full Changelog: v3.1.10...v3.1.11

v3.1.10

02 Jul 02:25
cc1e31f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.7...v3.1.10

v3.1.9

23 Jun 16:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.7...v3.1.9

v3.1.7

17 May 04:43
Compare
Choose a tag to compare

What's Changed

Refactor

Fixes

Chores

Full Changelog: v3.1.6...v3.1.7

v3.1.6

15 Apr 13:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.5...v3.1.6

v3.1.5

11 Apr 15:07
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump vite from 4.5.9 to 4.5.10 by @dependabot in #916
  • fix(switch): also check constructor name for matching OramaCoreClient instance by @rjborba in #920

Full Changelog: v3.1.4...v3.1.5

v3.1.4

28 Mar 12:40
d826861
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.3...v3.1.4

v3.1.3

12 Mar 15:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v3.1.3