Commit Graph

65 Commits

Author SHA1 Message Date
many 7a7cb9bcbf
update dependencies 2021-01-13 15:48:53 +01:00
many 9b47bbc1ac
bump meilisearch 2021-01-13 15:37:15 +01:00
mpostma 948c89c26f
bump meilisearch 2021-01-06 11:41:44 +01:00
mpostma 48eb78b14d
bump deps 2021-01-04 16:56:28 +01:00
Paul Sanders 3de5161dd8 Fixing a comment typo 2020-12-31 07:32:27 -05:00
marin e06f3808c0 requested changes
Co-authored-by: Clément Renault <clement@meilisearch.com>

Update meilisearch-http/src/routes/setting.rs

Co-authored-by: Clément Renault <clement@meilisearch.com>

Update meilisearch-schema/src/schema.rs

Update meilisearch-schema/src/schema.rs
2020-12-16 15:08:36 +01:00
mpostma 54686b0505 refactor schema 2020-12-15 12:04:33 +01:00
mpostma 3ec76ac33d bump meilisearch 2020-11-30 16:35:56 +01:00
bors[bot] f968d039f7
Merge #1065
1065: Stable -> master r=Kerollmops a=MarinPostma

~waiting for release~ OK

Co-authored-by: mpostma <postma.marin@protonmail.com>
Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
2020-11-04 21:22:08 +00:00
mpostma a8ab15d65d Revert "Merge #1001"
This reverts commit 690eab4a25, reversing
changes made to 086020e543.

update changelog
2020-11-02 15:10:09 +01:00
dependabot[bot] 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
mpostma bbb6771625 bump meilisearch 2020-10-28 12:36:52 +01:00
mpostma dc2e5ceed2 fix bug 2020-10-16 14:16:12 +02:00
many 1639a7338d add test to reproduce #891 bug report
fix bug
2020-10-16 13:35:11 +02:00
qdequele a27399cf65 apply recommanded updates from dependabot 2020-10-15 13:26:52 +02:00
qdequele 704defea78 fix clippy 2020-10-13 10:01:57 +02:00
mpostma 03d4651077 bump meilisearch 2020-09-28 16:56:05 +02:00
many 87a76c2a60
bump version and update changelog 2020-09-08 18:11:03 +02:00
mpostma 4a9e56aa4f bump meilisearch version 0.14.0 2020-08-24 15:49:09 +02:00
Clementine Urquizar f078cbac4d Remove schema mention in error message 2020-07-28 15:18:05 +02:00
mpostma 624bd56459 bump meilisearch version 2020-07-22 10:56:19 +02:00
mpostma d114250ebb requested changes 2020-07-16 16:19:15 +02:00
mpostma 51b7cb2722 remove accept new fields / add indexed * 2020-07-15 18:56:19 +02:00
mpostma 7f5fb50307 add displayed attributes wildcard 2020-07-15 18:56:19 +02:00
mpostma 69af8e9e3d bump meilisearch to 0.12.0 2020-06-30 20:42:19 +02:00
mpostma 641d12fb2d make clippy happy 1 2020-06-30 11:01:07 +02:00
mpostma 8ea6ef1e90 bump meilisearch version 2020-06-25 14:28:50 +02:00
mpostma 3143ffe208 remove unused dependencies 2020-06-19 13:59:40 +02:00
Kerollmops 8aeeea8382
Bump the Meilisearch crates version to 0.11.0 2020-06-15 10:54:16 +02:00
mpostma e2546f2646 error codes for schema 2020-05-28 16:23:46 +02:00
mpostma 3bd15a4195 fix tests, restore behavior 2020-05-28 16:23:46 +02:00
mpostma d69180ec67 refactor errors / isolate core/http errors 2020-05-28 16:23:46 +02:00
mpostma e07fe017c1 document update 2020-05-11 17:38:52 +02:00
mpostma 59c67f6bc8 setting up facets 2020-05-11 16:12:13 +02:00
Clément Renault 287226b609 Bump crates versions to v0.10.1 2020-04-28 15:55:29 +02:00
Clément Renault 979bea0327
Bump MeiliSearch version to v0.10 2020-04-10 15:43:03 +02:00
mposmta c3d5778aae allows to get names from schema 2020-04-09 17:13:34 +02:00
Clément Renault 38c43759bb
Update most of the dependencies 2020-04-02 18:36:04 +02:00
Clément Renault 3ca8db2cc1
Bump the workspace crates to 0.9.0 2020-03-19 11:56:23 +01:00
Clément Renault f6972ec682
Bump the workspace crates to 0.9.0-rc.1 2020-03-16 16:58:20 +01:00
qdequele c25641ff2d
fix that AcceptNewFields does not take into account the primary-key; fix #518 2020-03-11 12:00:40 +01:00
qdequele c984d8d5a5
rename identifier into primaryKey; fix #514 2020-03-09 18:45:29 +01:00
qdequele 86c3482cbd
review the internal schema to allow to create schema without identifier; fix #513 2020-03-09 18:45:20 +01:00
qdequele 041eed2a06 no id returned; fix #492 2020-03-06 10:15:19 +01:00
qdequele a2f0f95337
use distinct on search 2020-03-02 16:19:41 +01:00
qdequele dda08d60d2
cargo fmt 2020-02-27 14:33:57 +01:00
qdequele 79e07fa852
reset value of searchable and displayed attributes; fix #473 2020-02-27 11:04:39 +01:00
qdequele a067a1b16b
replace index_new_fields to accept_new_fields; fix #475 2020-02-27 11:04:38 +01:00
qdequele dc9ca2ebc9
fixes for review 2020-02-12 16:51:14 +01:00
Quentin de Quelen dc6907e748
rebase from master 2020-02-11 15:28:00 +01:00