Commit Graph

46 Commits

Author SHA1 Message Date
3ec76ac33d bump meilisearch 2020-11-30 16:35:56 +01:00
93953103ad Bump serde from 1.0.116 to 1.0.117
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.116...v1.0.117)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-01 05:40:44 +00:00
bbb6771625 bump meilisearch 2020-10-28 12:36:52 +01:00
a27399cf65 apply recommanded updates from dependabot 2020-10-15 13:26:52 +02:00
03d4651077 bump meilisearch 2020-09-28 16:56:05 +02:00
22d439f682 update pest dependency 2020-09-24 18:36:38 +02:00
87a76c2a60 bump version and update changelog 2020-09-08 18:11:03 +02:00
4a9e56aa4f bump meilisearch version 0.14.0 2020-08-24 15:49:09 +02:00
624bd56459 bump meilisearch version 2020-07-22 10:56:19 +02:00
69af8e9e3d bump meilisearch to 0.12.0 2020-06-30 20:42:19 +02:00
8ea6ef1e90 bump meilisearch version 2020-06-25 14:28:50 +02:00
8aeeea8382 Bump the Meilisearch crates version to 0.11.0 2020-06-15 10:54:16 +02:00
d69180ec67 refactor errors / isolate core/http errors 2020-05-28 16:23:46 +02:00
8cebf78485 Bump heed to 0.8.0 and handle abort errors 2020-05-26 17:04:13 +02:00
6c87723b19 Bump the fst crate to 0.4.4 2020-05-22 15:01:35 +02:00
5bf15a4190 Compute and merge discovered ids 2020-05-20 14:18:59 +02:00
5e063da14f Remove the serde Indexer 2020-05-19 16:51:32 +02:00
48e94b4372 Enable jemalloc only on linux 2020-05-11 21:24:35 +02:00
59c67f6bc8 setting up facets 2020-05-11 16:12:13 +02:00
287226b609 Bump crates versions to v0.10.1 2020-04-28 15:55:29 +02:00
979bea0327 Bump MeiliSearch version to v0.10 2020-04-10 15:43:03 +02:00
a0a481697b replace lazy_static with once_cell 2020-04-09 17:13:34 +02:00
dcf1096ac3 implements parser 2020-04-09 17:13:31 +02:00
38c43759bb Update most of the dependencies 2020-04-02 18:36:04 +02:00
3ca8db2cc1 Bump the workspace crates to 0.9.0 2020-03-19 11:56:23 +01:00
f6972ec682 Bump the workspace crates to 0.9.0-rc.1 2020-03-16 16:58:20 +01:00
5e31d28759 Fix the inference of the documents searchable fields 2020-03-03 20:54:17 +01:00
a5b0e468ee fix for review 2020-02-11 15:28:00 +01:00
4f0ead625b adapt meilisearch-http to the new schemaless option 2020-02-11 15:27:54 +01:00
2ee90a891c introduce a new settings update system 2020-02-11 15:27:54 +01:00
7604387701 Clean up the dependencies 2020-01-21 11:04:25 +01:00
ff1ec599e0 Try a better version of sdset 2020-01-19 12:01:24 +01:00
da8abebfa2 Introduce the query words mapping along with the query tree 2020-01-13 13:29:47 +01:00
fbcec2975d wip: Impl a basic tree traversing 2020-01-07 18:24:13 +01:00
efc2be0b7b Bump the sdset dependency to 0.3.6 2019-12-13 14:38:23 +01:00
9c03bb3428 First probably working phrase query doc filtering 2019-12-13 14:38:23 +01:00
902625601a Work in progress: It seems like we support synonyms, split and concat words 2019-12-13 14:38:22 +01:00
d8ba405baf Add some criterion benchmarks to help mesure improvements 2019-12-13 14:17:40 +01:00
dc1849d291 Bump heed to 0.6.1 2019-12-07 11:49:45 +01:00
51636402c2 Add debian package in CI 2019-12-04 18:02:30 +01:00
4f87465f18 Bump meilisearch crates to v0.8.4 2019-12-03 17:22:45 +01:00
30cb60f679 Bump meilisearch crates to v0.8.3 2019-11-29 14:06:17 +01:00
9a2b4d08e1 Bump meilisearch crates to v0.8.2 2019-11-28 17:15:13 +01:00
f6fb31c531 Bump meilisearch crates to v0.8.1 2019-11-27 11:47:27 +01:00
d08b76a323 Separate the update and main databases
We used the heed typed transaction to make it safe (https://github.com/Kerollmops/heed/pull/27).
2019-11-27 11:29:06 +01:00
7cc096e0a2 Rename MeiliDB into MeiliSearch 2019-11-26 11:12:30 +01:00