CaroFG

Results 53 issues of CaroFG

**Describe the bug** Smart crop is not working as described in this [PR](https://github.com/meilisearch/milli/pull/483) > Now we are cropping around words in the same context as matching words. This means that...

enhancement
milli

- [ ] Specify it's important to add the page to the search query. Example: `Book.search('', page: (params['page'] || 1))` - [ ] Specify that hitsPerPage only works when using...

good first issue
hacktoberfest

The demos section of the README might be out of date

Some users are confused about Meilisearch's storage location because they see 2 different locations across the documentation: `data.ms` and `meili_data`. See this [question](https://meilicommunity.slack.com/archives/CP9DVS1RQ/p1657624806185129) on community slack. Maybe adding a callout...

The cdn used in the [Front-end integration section](https://docs.meilisearch.com/learn/getting_started/quick_start.html#front-end-integration) specifies a really old version of instant-meilisearch, which leads to issues like: `MeiliSearchApiError: Json deserialize error: unknown field `facetFilters` It would be...

From time to time, we receive questions about users confused because they are not getting the desired results by removing some of the ranking rules. It could be useful to...

In [Step 5 of the quick start guide](https://docs.meilisearch.com/learn/getting_started/quick_start.html#step-5-front-end-integration), instant-meilisearch is described as "a developer tool that generates all the components needed to start searching.". That's not true, it's [instantSearch](https://github.com/algolia/instantsearch.js) powered...

In the [Front-end integration](https://docs.meilisearch.com/learn/getting_started/quick_start.html#front-end-integration) section of the Quick start guide, there is a note about VueJS 3 that links to an issue, now closed. The [README of the meilisearch-vue repo](https://github.com/meilisearch/meilisearch-vue#-getting-started-vue-3)...

quick fix

I have modified the movie 'Shazam' in the movies dataset, I've set the genres to null. It's currently impossible to make this kind of filtered search: ``` curl 'http://localhost:7700/indexes/movies/search' \...

good first issue
P2

Currently, the documentation provides examples that mention fields not present in the dataset available for download, like `director` or `rating`. You can see it one the faceted search section: https://docs.meilisearch.com/reference/features/faceted_search.html#setting-up-facets...