|
3ef0830c5d
|
review changes
|
2021-06-10 16:11:52 +02:00 |
|
|
99551fc21b
|
fix encoding bug
|
2021-06-10 16:03:48 +02:00 |
|
|
d0552e765e
|
forbid deserialization of Setting<Checked>
|
2021-06-01 20:41:45 +02:00 |
|
|
df6ba0e824
|
Apply suggestions from code review
Co-authored-by: Irevoire <tamo@meilisearch.com>
|
2021-06-01 11:18:37 +02:00 |
|
|
6609f9e3be
|
review edits
|
2021-05-31 18:41:37 +02:00 |
|
|
1c4f0b2ccf
|
clippy, fmt & tests
|
2021-05-31 16:03:39 +02:00 |
|
|
b3c8f0e1f6
|
fix empty index error
|
2021-05-31 10:58:51 +02:00 |
|
|
33c6c4f0ee
|
add timestamos to dump info
|
2021-05-30 15:55:17 +02:00 |
|
|
b258f4f394
|
fix dump import
|
2021-05-27 14:30:20 +02:00 |
|
|
b924e897f1
|
load index dump
|
2021-05-27 10:27:47 +02:00 |
|
|
3593ebb8aa
|
dump updates
|
2021-05-25 16:44:58 +02:00 |
|
|
4acbe8e473
|
implement index dump
|
2021-05-25 16:44:58 +02:00 |
|
|
e0e23636c6
|
fix the serializer + reformat the file
|
2021-05-12 17:04:24 +02:00 |
|
|
295f496e8a
|
atomic index dump load
|
2021-05-12 16:21:37 +02:00 |
|
|
384afb3455
|
fix the way we return the settings
|
2021-05-11 11:47:04 +02:00 |
|
|
7d748fa384
|
integrate the new Settings in the dumps
|
2021-05-10 20:48:06 +02:00 |
|
|
d767990424
|
fix the import of the updates in the dump
|
2021-05-10 20:25:12 +02:00 |
|
|
0275b36fb0
|
[WIP] rebase on main
|
2021-05-10 20:24:14 +02:00 |
|
|
1b5fc61eb6
|
[WIP] rebase on main
|
2021-05-10 20:23:12 +02:00 |
|
|
0fee81678e
|
[WIP] rebase on main
|
2021-05-10 20:22:18 +02:00 |
|
|
0cc79d414f
|
add test
|
2021-05-10 18:34:25 +02:00 |
|
|
8d11b368d1
|
implement check
|
2021-05-10 18:22:41 +02:00 |
|
|
706643dfed
|
type setting struct
|
2021-05-10 17:30:09 +02:00 |
|
|
ec7eb7798f
|
remove facet setting
|
2021-05-04 22:36:31 +02:00 |
|
|
4fe2a13c71
|
rewrite update store
|
2021-04-27 15:20:52 +02:00 |
|
|
33830d5ecf
|
fix snapshots
|
2021-04-27 15:09:55 +02:00 |
|
|
f80ea24d2b
|
Add tests on every platform and fix clippy errors
|
2021-04-27 12:42:59 +02:00 |
|
|
a72d2f66cd
|
use <em> tags instead of <mark> tags for highlighting
|
2021-04-21 19:14:55 +02:00 |
|
|
dd2914873b
|
fix document fields order
|
2021-04-20 21:30:30 +02:00 |
|
|
d9a29cae60
|
fix ignored displayed attributes
|
2021-04-20 21:23:35 +02:00 |
|
|
7a737d2bd3
|
support wildcard
|
2021-04-20 21:23:35 +02:00 |
|
|
881b099c8e
|
add tests
|
2021-04-20 21:23:34 +02:00 |
|
|
c6bb36efa5
|
implement _formated
|
2021-04-20 21:23:28 +02:00 |
|
|
526a05565e
|
add SearchHit structure
|
2021-04-20 21:22:48 +02:00 |
|
|
ec230c2835
|
enable distinct
|
2021-04-20 11:29:06 +02:00 |
|
|
adfdb99abc
|
feat(http): calculate updates' and uuids' dbs size
|
2021-04-09 15:59:12 +03:00 |
|
|
dd9eae8c26
|
feat(http): stats route
|
2021-04-09 14:34:42 +03:00 |
|
|
51ba1bd7d3
|
fix(http, index): init analyzer with optional stop words
Next release
update tokenizer
|
2021-04-08 17:16:13 +03:00 |
|
|
40ef9a3c6a
|
push a first implementation of the stop_words
|
2021-04-06 16:29:04 +02:00 |
|
|
6cb8052d3d
|
Merge #104
104: Update all the response format (issue #64) r=MarinPostma a=irevoire
closes #64
Co-authored-by: Irevoire <tamo@meilisearch.com>
Co-authored-by: tamo <tamo@meilisearch.com>
|
2021-04-01 14:22:57 +00:00 |
|
|
79c63049d7
|
update the settings routes
|
2021-04-01 11:52:26 +02:00 |
|
|
0f2143e7fd
|
remove the now useless dead_code flags
|
2021-03-26 14:15:12 +01:00 |
|
|
127e944866
|
Update meilisearch-http/src/index/search.rs
Co-authored-by: marin <postma.marin@protonmail.com>
|
2021-03-23 19:13:22 +01:00 |
|
|
cc81aca6a4
|
Update meilisearch-http/src/index/search.rs
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
|
2021-03-23 10:47:19 +01:00 |
|
|
46d7cedb18
|
Update meilisearch-http/src/index/search.rs
Co-authored-by: marin <postma.marin@protonmail.com>
|
2021-03-23 10:46:59 +01:00 |
|
|
91089db444
|
add the exhaustive nb hits to be ISO, currently it's always set to false
|
2021-03-22 18:41:33 +01:00 |
|
|
dd324807f9
|
last review edits + fmt
|
2021-03-15 18:11:10 +01:00 |
|
|
abbea59732
|
fix clippy warnings
|
2021-03-15 16:52:05 +01:00 |
|
|
55fadd7f87
|
change facetedAttributes to attributesForFaceting
|
2021-03-15 13:53:50 +01:00 |
|
|
fcf1d4e922
|
fix displayed attributes in search
|
2021-03-15 12:20:33 +01:00 |
|