bors[bot]
|
3bd4cf94cc
|
Merge #235
235: Update version for the next release (v0.4.0) r=Kerollmops a=curquiza
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
|
2021-06-16 12:02:40 +00:00 |
|
Clémentine Urquizar
|
f5ff3e8e19
|
Update version for the next release (v0.4.0)
|
2021-06-16 14:01:05 +02:00 |
|
bors[bot]
|
02e0271e44
|
Merge #225
225: Introduce the error handler r=ManyTheFish a=Kerollmops
Fixes #109.
Co-authored-by: Kerollmops <clement@meilisearch.com>
Co-authored-by: many <maxime@meilisearch.com>
|
2021-06-16 09:46:23 +00:00 |
|
Irevoire
|
c0d169e79e
|
Apply suggestions from code review
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
|
2021-06-16 11:12:46 +02:00 |
|
many
|
ce0315a10f
|
Close write transaction in test
|
2021-06-16 11:03:37 +02:00 |
|
Kerollmops
|
7ac441e473
|
Fix small typos
|
2021-06-16 11:03:37 +02:00 |
|
Kerollmops
|
adf0c389c5
|
Rename FilterParsing into InvalidFilter
|
2021-06-16 11:03:36 +02:00 |
|
Kerollmops
|
8cfe3e1ec0
|
Rename DatabaseSizeReached into MaxDatabaseSizeReached
|
2021-06-16 11:03:36 +02:00 |
|
Kerollmops
|
4eda438f6f
|
Add a new Error for when a user use a non-filtered attribute in a filter
|
2021-06-16 11:03:36 +02:00 |
|
Kerollmops
|
713acc408b
|
Introduce the primary key to the Settings builder structure
|
2021-06-16 11:03:36 +02:00 |
|
Clémentine Urquizar
|
9840b5c7fb
|
Refacto
|
2021-06-15 18:44:56 +02:00 |
|
Clémentine Urquizar
|
1ef061d92b
|
Fix clippy errors
|
2021-06-15 17:40:45 +02:00 |
|
Clémentine Urquizar
|
79a1212ebe
|
Do intersection with displayed ids instead of checking in loop
|
2021-06-15 17:40:45 +02:00 |
|
Clémentine Urquizar
|
8d0269fcc4
|
Create function to create fomatted_options
|
2021-06-15 17:40:45 +02:00 |
|
Clémentine Urquizar
|
5e656bb58a
|
Rename parse_facets into parse_filter
|
2021-06-15 17:40:45 +02:00 |
|
Clémentine Urquizar
|
d9c0190497
|
Redo to_retrieve_ids
|
2021-06-15 17:40:45 +02:00 |
|
Clémentine Urquizar
|
5dffe566fd
|
Remove useless comments
|
2021-06-15 17:40:45 +02:00 |
|
Clémentine Urquizar
|
b769877183
|
Make it compatible with the new milli highlighting
|
2021-06-15 17:40:44 +02:00 |
|
Clémentine Urquizar
|
446b66b0fe
|
Fix cargo clippy error
|
2021-06-15 17:40:44 +02:00 |
|
Clémentine Urquizar
|
d0ec081e49
|
Refacto
|
2021-06-15 17:40:44 +02:00 |
|
Clémentine Urquizar
|
65130d9ee7
|
Change crop_length type from Option(usize) to usize
|
2021-06-15 17:40:44 +02:00 |
|
Clémentine Urquizar
|
638009fb2b
|
Rename highlighter variable into formatter
|
2021-06-15 17:40:44 +02:00 |
|
Clémentine Urquizar
|
7f84f59472
|
Reorganize imports
|
2021-06-15 17:40:44 +02:00 |
|
Clémentine Urquizar
|
4f8c771bb5
|
Add new line
|
2021-06-15 17:40:43 +02:00 |
|
Clémentine Urquizar
|
9e69f33f3c
|
Fix clippy errors
|
2021-06-15 17:40:43 +02:00 |
|
Clémentine Urquizar
|
0da8fa115e
|
Add custom croplength for attributes to crop
|
2021-06-15 17:40:43 +02:00 |
|
Clémentine Urquizar
|
811bc2f421
|
Around to previous word
|
2021-06-15 17:40:43 +02:00 |
|
Clémentine Urquizar
|
caaf8d3f40
|
Fix tests
|
2021-06-15 17:40:43 +02:00 |
|
Marin Postma
|
7473cc6e27
|
implement crop around
|
2021-06-15 17:40:43 +02:00 |
|
Marin Postma
|
56c9633c53
|
simple crop before
|
2021-06-15 17:40:43 +02:00 |
|
Clémentine Urquizar
|
93002e734c
|
Fix tests
|
2021-06-15 17:40:42 +02:00 |
|
Clémentine Urquizar
|
60f6d1c373
|
First version of highlight after refacto
|
2021-06-15 17:40:42 +02:00 |
|
Clémentine Urquizar
|
a03d9d496e
|
Fix compilation errors
|
2021-06-15 17:40:42 +02:00 |
|
Marin Postma
|
7904637893
|
crop skeleton
|
2021-06-15 17:40:42 +02:00 |
|
Tamo
|
def1596eaf
|
Integrate amplitude
And merge the sentry and amplitude usage under one “Enable analytics”
flag
|
2021-06-15 15:36:30 +02:00 |
|
Kerollmops
|
a7d6930905
|
Replace the panicking expect by tracked Errors
|
2021-06-15 11:51:32 +02:00 |
|
Kerollmops
|
f0e804afd5
|
Rename the FieldIdMapMissingEntry from_db_name field into process
|
2021-06-15 11:13:04 +02:00 |
|
Kerollmops
|
28c004aa2c
|
Prefer using constant for the database names
|
2021-06-15 11:13:04 +02:00 |
|
bors[bot]
|
5795254b2a
|
Merge #207
207: Update alpha for the next release r=MarinPostma a=curquiza
Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
|
2021-06-14 16:40:26 +00:00 |
|
Kerollmops
|
78fe4259a9
|
Fix the http-ui crate
|
2021-06-14 18:06:23 +02:00 |
|
Clémentine Urquizar
|
fe5a494035
|
Update alpha for the next release
|
2021-06-14 17:55:04 +02:00 |
|
Kerollmops
|
312c2d1d8e
|
Use the Error enum everywhere in the project
|
2021-06-14 16:58:38 +02:00 |
|
Kerollmops
|
ca78cb5aca
|
Introduce more variants to the error module enums
|
2021-06-14 16:58:38 +02:00 |
|
Kerollmops
|
456541e921
|
Implement the Display trait on the Error type
|
2021-06-14 16:48:51 +02:00 |
|
Kerollmops
|
44c353fafd
|
Introduce some way to construct an Error
|
2021-06-14 16:48:51 +02:00 |
|
Kerollmops
|
23fcf7920e
|
Introduce a basic version of the InternalError struct
|
2021-06-14 16:48:51 +02:00 |
|
Kerollmops
|
d2b1ecc885
|
Remove a lot of serialization unreachable errors
|
2021-06-14 16:48:51 +02:00 |
|
Kerollmops
|
65b1d09d55
|
Move the obkv merging functions into the merge_function module
|
2021-06-14 16:48:51 +02:00 |
|
Kerollmops
|
ab727e428b
|
Remove the docid_word_positions_merge method that must never be called
|
2021-06-14 16:48:51 +02:00 |
|
Kerollmops
|
93a8633f18
|
Remove the documents_merge method that must never be called
|
2021-06-14 16:48:51 +02:00 |
|