Skip to content

Releases: oramasearch/orama

v3.1.18

19 Dec 22:13

Choose a tag to compare

v3.1.17

14 Dec 22:16

Choose a tag to compare

What's Changed

Full Changelog: v3.1.16...v3.1.17

v3.1.16

13 Oct 02:27

Choose a tag to compare

What's Changed

Full Changelog: v3.1.15...v3.1.16

v3.1.15

10 Oct 00:19

Choose a tag to compare

What's Changed

Full Changelog: v3.1.14...v3.1.15

v3.1.14

16 Sep 16:12

Choose a tag to compare

What's Changed

Full Changelog: v3.1.13...v3.1.14

v3.1.13

04 Sep 23:35

Choose a tag to compare

What's Changed

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

v3.1.12

29 Aug 02:06

Choose a tag to compare

What's Changed

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

v3.1.11

12 Jul 20:46

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

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

Choose a tag to compare

What's Changed

New Contributors

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