You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,26 @@
2
2
3
3
First of all, thank you for contributing to Meilisearch! The goal of this document is to provide everything you need to know in order to contribute to Meilisearch and its different integrations.
4
4
5
+
-[Hacktoberfest 2022](#hacktoberfest-2022)
5
6
-[Assumptions](#assumptions)
6
7
-[How to Contribute](#how-to-contribute)
7
8
-[Development Workflow](#development-workflow)
8
9
-[Git Guidelines](#git-guidelines)
9
10
-[Release Process (for internal team only)](#release-process-for-internal-team-only)
Thanks so much for participating with Meilisearch this year!
18
+
19
+
1. We will follow the quality standards set by the organizers of Hacktoberfest (see detail on their [website](https://hacktoberfest.digitalocean.com/resources/qualitystandards)). Our reviewers will not consider any PR that doesn’t match that standard.
20
+
2. PRs reviews will take place from Monday to Thursday, during usual working hours, CEST time. If you submit outside of these hours, there’s no need to panic; we will get around to your contribution.
21
+
3. There will be no issue assignment as we don’t want people to ask to be assigned specific issues and never return, discouraging the volunteer contributors from opening a PR to fix this issue. We take the liberty to choose the PR that best fixes the issue, so we encourage you to get to it as soon as possible and do your best!
22
+
23
+
You can check out the longer, more complete guideline documentation [here](https://github.com/meilisearch/.github/blob/main/Hacktoberfest_2022_contributors_guidelines.md).
24
+
12
25
## Assumptions
13
26
14
27
1.**You're familiar with [GitHub](https://github.com) and the [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests)(PR) workflow.**
@@ -59,7 +72,7 @@ Also, the WASM example compilation should be checked:
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,22 @@
33
33
34
34
## Table of Contents <!-- omit in TOC -->
35
35
36
+
-[🎃 Hacktoberfest](#-hacktoberfest)
36
37
-[📖 Documentation](#-documentation)
37
38
-[🔧 Installation](#-installation)
38
39
-[🚀 Getting Started](#-getting-started)
39
40
-[🌐 Running in the Browser with WASM](#-running-in-the-browser-with-wasm)
40
41
-[🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
41
42
-[⚙️ Development Workflow and Contributing](#️-development-workflow-and-contributing)
42
43
44
+
## 🎃 Hacktoberfest
45
+
46
+
It’s Hacktoberfest 2022 @Meilisearch
47
+
48
+
[Hacktoberfest](https://hacktoberfest.com/) is a celebration of the open-source community. This year, and for the third time in a row, Meilisearch is participating in this fantastic event.
49
+
50
+
You’d like to contribute? Don’t hesitate to check out our [contributing guidelines](./CONTRIBUTING.md).
51
+
43
52
## 📖 Documentation
44
53
45
54
See our [Documentation](https://docs.meilisearch.com/learn/tutorials/getting_started.html) or our [API References](https://docs.meilisearch.com/reference/api/).
@@ -50,7 +59,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
50
59
51
60
```toml
52
61
[dependencies]
53
-
meilisearch-sdk = "0.18.0"
62
+
meilisearch-sdk = "0.19.0"
54
63
```
55
64
56
65
The following optional dependencies may also be useful:
Copy file name to clipboardExpand all lines: README.tpl
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,22 @@
33
33
34
34
## Table of Contents <!-- omit in TOC -->
35
35
36
+
- [🎃 Hacktoberfest](#-hacktoberfest)
36
37
- [📖 Documentation](#-documentation)
37
38
- [🔧 Installation](#-installation)
38
39
- [🚀 Getting Started](#-getting-started)
39
40
- [🌐 Running in the Browser with WASM](#-running-in-the-browser-with-wasm)
40
41
- [🤖 Compatibility with Meilisearch](#-compatibility-with-meilisearch)
41
42
- [⚙️ Development Workflow and Contributing](#️-development-workflow-and-contributing)
42
43
44
+
## 🎃 Hacktoberfest
45
+
46
+
It’s Hacktoberfest 2022 @Meilisearch
47
+
48
+
[Hacktoberfest](https://hacktoberfest.com/) is a celebration of the open-source community. This year, and for the third time in a row, Meilisearch is participating in this fantastic event.
49
+
50
+
You’d like to contribute? Don’t hesitate to check out our [contributing guidelines](./CONTRIBUTING.md).
51
+
43
52
## 📖 Documentation
44
53
45
54
See our [Documentation](https://docs.meilisearch.com/learn/tutorials/getting_started.html) or our [API References](https://docs.meilisearch.com/reference/api/).
@@ -50,7 +59,7 @@ To use `meilisearch-sdk`, add this to your `Cargo.toml`:
50
59
51
60
```toml
52
61
[dependencies]
53
-
meilisearch-sdk = "0.18.0"
62
+
meilisearch-sdk = "0.19.0"
54
63
```
55
64
56
65
The following optional dependencies may also be useful:
Copy file name to clipboardExpand all lines: src/indexes.rs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -211,17 +211,17 @@ impl Index {
211
211
/// // add some documents
212
212
/// # movies.add_or_replace(&[Movie{name:String::from("Interstellar"), description:String::from("Interstellar chronicles the adventures of a group of explorers who make use of a newly discovered wormhole to surpass the limitations on human space travel and conquer the vast distances involved in an interstellar voyage.")},Movie{name:String::from("Unknown"), description:String::from("Unknown")}], Some("name")).await.unwrap().wait_for_completion(&client, None, None).await.unwrap();
213
213
///
214
-
/// let query = Query::new(&movies).with_query("Interstellar").with_limit(5).build();
214
+
/// let query = SearchQuery::new(&movies).with_query("Interstellar").with_limit(5).build();
215
215
/// let results = movies.execute_query::<Movie>(&query).await.unwrap();
0 commit comments