meilisearch/meilisearch-http/src
many acfe31151e
Hotfix panic for unicode characters
When the highlight bound is in the middle of a character
or if we are out of bounds, we highlight the complete matching word.

note: we should enhance the tokenizer and the Highlighter to match char indices.

Fix #1368
2021-07-01 14:49:22 +02:00
..
data move payload to own module 2021-06-23 16:49:25 +02:00
extractors run rustfmt one the whole project and add it to the CI 2021-06-29 15:25:18 +02:00
helpers remove authentication middleware 2021-06-24 16:36:21 +02:00
index Hotfix panic for unicode characters 2021-07-01 14:49:22 +02:00
index_controller Do not block when sending update notifications 2021-06-30 17:29:22 +02:00
routes accept any content type as json 2021-06-30 17:05:59 +02:00
analytics.rs Integrate amplitude 2021-06-15 15:36:30 +02:00
error.rs declare new authentication related errors 2021-06-24 16:53:20 +02:00
lib.rs change route to service<resource> 2021-06-24 19:02:28 +02:00
main.rs stop logging the no space left on device error 2021-06-28 13:59:48 +02:00
option.rs add the log_level variable to the cli and reduce the log level of milli and grenad 2021-06-24 11:20:52 +02:00