Skip to content

Releases: oramasearch/orama

v3.1.18

Choose a tag to compare

@micheleriva micheleriva released this 19 Dec 22:13

Full Changelog: v3.1.17...v3.1.18

v3.1.17

Choose a tag to compare

@micheleriva micheleriva released this 14 Dec 22:16

What's Changed

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

v3.1.16

Choose a tag to compare

@micheleriva micheleriva released this 13 Oct 02:27

What's Changed

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

v3.1.15

Choose a tag to compare

@micheleriva micheleriva released this 10 Oct 00:19

What's Changed

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

v3.1.14

Choose a tag to compare

@micheleriva micheleriva released this 16 Sep 16:12

What's Changed

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

v3.1.13

Choose a tag to compare

@micheleriva micheleriva released this 04 Sep 23:35

What's Changed

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

v3.1.12

Choose a tag to compare

@micheleriva micheleriva released this 29 Aug 02:06

What's Changed

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

v3.1.11

Choose a tag to compare

@micheleriva micheleriva released this 12 Jul 20:46

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

Choose a tag to compare

@niltonheck niltonheck released this 02 Jul 02:25
cc1e31f

What's Changed

New Contributors

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

v3.1.9

Choose a tag to compare

@micheleriva micheleriva released this 23 Jun 16:30

What's Changed

New Contributors

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