Skip to content

Commit

Permalink
Merge pull request #12 from oramasearch/2.x
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
raiindev authored Dec 16, 2024
2 parents 3d2426a + acc92ab commit 46c0a2a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
32 changes: 22 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,35 @@
This [Strapi](https://strapi.io/) plugin integrates Orama Cloud's search and answers engine into your Strapi application, providing
seamless search capabilities.

### Installation (via package manager)
## Installation (via package manager)

**npm**
### v5

* npm
```sh
npm install @oramacloud/plugin-strapi
npm install @oramacloud/plugin-strapi@latest
```

**yarn**

* yarn
```sh
yarn add @oramacloud/plugin-strapi
yarn add @oramacloud/plugin-strapi@latest
```
* pnpm
```sh
pnpm add @oramacloud/plugin-strapi@latest
```

**pnpm**

### v4
* npm
```sh
pnpm add @oramacloud/plugin-strapi
npm install @oramacloud/plugin-strapi@^1.0.0
```
* yarn
```sh
yarn add @oramacloud/plugin-strapi@^1.0.0
```
* pnpm
```sh
pnpm add @oramacloud/plugin-strapi@^1.0.0
```

### Installation (via Strapi Marketplace)
Expand Down Expand Up @@ -91,6 +102,7 @@ already in sync. You can always trigger a new deployment manually.
<img src="https://raw.githubusercontent.com/askorama/orama-plugin-strapi/main/misc/assets/deploy.gif" alt="Manual deploy" width="600" />

---

## Advanced usage

### Documents transformation
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oramacloud/plugin-strapi",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Strapi plugin to integrate Orama Cloud's search and answers engine, providing seamless search capabilities within your Strapi application.",
"keywords": ["strapi", "plugin", "search", "answers", "orama", "cloud"],
"license": "MIT",
Expand Down

0 comments on commit 46c0a2a

Please sign in to comment.