Go to file
meili-bors[bot] c2c1ba39ee
Merge #4826
4826: Update Charabia v0.9.0 r=dureuill a=ManyTheFish

# Pull Request

## Related Changelog
https://github.com/meilisearch/charabia/releases/tag/v0.9.0

## Notable Change for Meilisearch
Adds all math symbols from https://www.compart.com/en/unicode/category/Sm to the default separator list.



Co-authored-by: ManyTheFish <many@meilisearch.com>
2024-07-25 14:08:38 +00:00
.cargo Compile xtask in --release 2024-03-05 10:11:43 +01:00
.github Explicitly check permissions when receiving a slash command 2024-07-24 17:09:25 +02:00
assets Change the Meilisearch logo to the kawaii version 2024-07-07 18:14:02 +02:00
benchmarks update most incompatible dependencies 2024-07-08 18:31:15 +02:00
build-info Allow MEILI_NO_VERGEN env var to skip vergen 2024-07-18 17:28:01 +02:00
dump Implement localized attributes settings 2024-07-25 10:51:27 +02:00
file-store Upgrade dependencies 2024-07-10 13:46:24 +02:00
filter-parser fix the range reported when the experimental feature has not been set 2024-07-17 16:54:33 +02:00
flatten-serde-json Update criterion to 0.5.1 to remove the atty dependency 2023-07-03 18:51:42 +02:00
fuzzers Upgrade dependencies 2024-07-10 13:46:24 +02:00
index-scheduler Fix tests 2024-07-25 12:01:51 +02:00
json-depth-checker Update criterion to 0.5.1 to remove the atty dependency 2023-07-03 18:51:42 +02:00
meili-snap update most dependencies 2024-07-08 18:09:12 +02:00
meilisearch Fix tests 2024-07-25 12:10:32 +02:00
meilisearch-auth Upgrade dependencies 2024-07-10 13:46:24 +02:00
meilisearch-types Fix PR comments 2024-07-25 10:52:56 +02:00
meilitool Upgrade dependencies 2024-07-10 13:46:24 +02:00
milli Merge #4826 2024-07-25 14:08:38 +00:00
permissive-json-pointer Refactor empty arrays/objects should return empty instead of null 2023-09-11 15:56:15 +03:00
tracing-trace update fxprof_processed_profile 2024-07-09 23:41:29 +02:00
workloads Rename the sortable into the filterable movies workload 2024-07-04 11:53:18 +02:00
xtask Upgrade dependencies 2024-07-10 13:46:24 +02:00
.dockerignore Revert "Improve docker cache" 2023-05-25 11:48:26 +02:00
.gitignore Update .gitignore 2024-03-05 10:12:52 +01:00
.rustfmt.toml Introduce a rustfmt file 2022-10-27 11:35:05 +02:00
BENCHMARKS.md Update documentation in BENCHMARKS.md 2024-07-02 16:13:54 +02:00
bors.toml Update minimal ubuntu version used from 18.04 to 20.04 2024-07-11 18:43:47 +02:00
Cargo.lock Update Charabia v0.9.0 2024-07-25 16:02:14 +02:00
Cargo.toml Update version for the next release (v1.10.0) in Cargo.toml 2024-07-22 13:54:38 +00:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-04-30 20:16:02 +02:00
config.toml Add the default commented experimental batched tasks limit parameter to the config file 2023-12-12 10:59:00 +01:00
CONTRIBUTING.md Allow MEILI_NO_VERGEN env var to skip vergen 2024-07-18 17:28:01 +02:00
Cross.toml Cross build with action-rs 2021-10-10 02:21:30 +08:00
Dockerfile Merge #4786 2024-07-10 13:23:54 +00:00
download-latest.sh Updated messages pointing to the docs website 2023-04-28 20:52:03 +00:00
LICENSE Update LICENSE 2024-01-03 14:32:41 +01:00
PROFILING.md Update the PROFILING.md file 2023-10-13 13:11:30 +02:00
README.md Change the Meilisearch logo to the kawaii version 2024-07-07 18:14:02 +02:00
rust-toolchain.toml update rust version 2024-07-09 23:41:29 +02:00
SECURITY.md docs(security): Fix Supported 2022-05-31 14:21:34 -05:00

Website | Roadmap | Meilisearch Cloud | Blog | Documentation | FAQ | Discord

Dependency status License Bors enabled

A lightning-fast search engine that fits effortlessly into your apps, websites, and workflow 🔍

Meilisearch helps you shape a delightful search experience in a snap, offering features that work out of the box to speed up your workflow.

A bright colored application for finding movies screening near the user A dark colored application for finding movies screening near the user

🖥 Examples

  • Movies — An application to help you find streaming platforms to watch movies using hybrid search.
  • Ecommerce — Ecommerce website using disjunctive facets, range and rating filtering, and pagination.
  • Songs — Search through 47 million of songs.
  • SaaS — Search for contacts, deals, and companies in this multi-tenant CRM application.

See the list of all our example apps in our demos repository.

Features

  • Hybrid search: Combine the best of both semantic & full-text search to get the most relevant results
  • Search-as-you-type: Find & display results in less than 50 milliseconds to provide an intuitive experience
  • Typo tolerance: get relevant matches even when queries contain typos and misspellings
  • Filtering and faceted search: enhance your users' search experience with custom filters and build a faceted search interface in a few lines of code
  • Sorting: sort results based on price, date, or pretty much anything else your users need
  • Synonym support: configure synonyms to include more relevant content in your search results
  • Geosearch: filter and sort documents based on geographic data
  • Extensive language support: search datasets in any language, with optimized support for Chinese, Japanese, Hebrew, and languages using the Latin alphabet
  • Security management: control which users can access what data with API keys that allow fine-grained permissions handling
  • Multi-Tenancy: personalize search results for any number of application tenants
  • Highly Customizable: customize Meilisearch to your specific needs or use our out-of-the-box and hassle-free presets
  • RESTful API: integrate Meilisearch in your technical stack with our plugins and SDKs
  • Easy to install, deploy, and maintain

📖 Documentation

You can consult Meilisearch's documentation at meilisearch.com/docs.

🚀 Getting started

For basic instructions on how to set up Meilisearch, add documents to an index, and search for documents, take a look at our documentation guide.

🌍 Supercharge your Meilisearch experience

Say goodbye to server deployment and manual updates with Meilisearch Cloud. Additional features include analytics & monitoring in many regions around the world. No credit card is required.

🧰 SDKs & integration tools

Install one of our SDKs in your project for seamless integration between Meilisearch and your favorite language or framework!

Take a look at the complete Meilisearch integration list.

Logos belonging to different languages and frameworks supported by Meilisearch, including React, Ruby on Rails, Go, Rust, and PHP

⚙️ Advanced usage

Experienced users will want to keep our API Reference close at hand.

We also offer a wide range of dedicated guides to all Meilisearch features, such as filtering, sorting, geosearch, API keys, and tenant tokens.

Finally, for more in-depth information, refer to our articles explaining fundamental Meilisearch concepts such as documents and indexes.

📊 Telemetry

Meilisearch collects anonymized user data to help us improve our product. You can deactivate this whenever you want.

To request deletion of collected data, please write to us at privacy@meilisearch.com. Remember to include your Instance UID in the message, as this helps us quickly find and delete your data.

If you want to know more about the kind of data we collect and what we use it for, check the telemetry section of our documentation.

📫 Get in touch!

Meilisearch is a search engine created by Meili, a software development company headquartered in France and with team members all over the world. Want to know more about us? Check out our blog!

🗞 Subscribe to our newsletter if you don't want to miss any updates! We promise we won't clutter your mailbox: we only send one edition every two months.

💌 Want to make a suggestion or give feedback? Here are some of the channels where you can reach us:

Thank you for your support!

👩‍💻 Contributing

Meilisearch is, and will always be, open-source! If you want to contribute to the project, please look at our contribution guidelines.

📦 Versioning

Meilisearch releases and their associated binaries are available on the project's releases page.

The binaries are versioned following SemVer conventions. To know more, read our versioning policy.

Differently from the binaries, crates in this repository are not currently available on crates.io and do not follow SemVer conventions.