Clément Renault
2d8f9a9849
Add support for back/slashes
2019-11-11 21:23:08 +01:00
Clément Renault
3f41681b18
Merge pull request #274 from meilisearch/enable-env-logger
...
Add env logger to enable logging
2019-11-11 19:13:33 +01:00
Clément Renault
64791815fa
Add env logger to enable logging
2019-11-11 19:03:38 +01:00
Clément Renault
8a36571a74
Merge pull request #272 from meilisearch/fix-long-words
...
Ignore words that are too long
2019-11-10 20:07:22 +01:00
Clément Renault
d18e775bec
Ignore words that are too long
2019-11-10 17:44:27 +01:00
Clément Renault
78381f1818
Merge pull request #271 from meilisearch/update-dependencies
...
Update Dependencies
2019-11-10 11:17:09 +01:00
Clément Renault
7f33a01ae1
Update dependencies
2019-11-10 11:04:56 +01:00
Clément Renault
d07d14d33a
Update crossbeam-channel to 0.4.0
2019-11-10 11:03:22 +01:00
Clément Renault
540d7886ab
Merge pull request #266 from meilisearch/update-readme
...
Update the readme and add a Quick Start section
2019-11-09 13:21:22 +01:00
Clément Renault
5a5d10af52
Add an image description of the gif
2019-11-09 13:12:01 +01:00
Clément Renault
f95d077ef8
Improve the README a little bit by adding a quick start section
2019-11-09 13:12:01 +01:00
Clément Renault
05dd99936f
Add a gif to show a demo using crates.io
2019-11-09 12:59:39 +01:00
Clément Renault
c086625773
Merge pull request #269 from meilisearch/repo-became-binary
...
Make the repository be a binary and version the Cargo.lock
2019-11-09 12:58:52 +01:00
Clément Renault
dc17bebf4a
Make the repository be a binary and version the Cargo.lock
2019-11-09 12:13:28 +01:00
Clément Renault
026464b2e4
Bump meilidb-core to v0.6.5
v0.6.5
2019-11-06 11:52:34 +01:00
Clément Renault
bd42158a70
Merge pull request #264 from meilisearch/index-soft-deletion
...
Index soft deletion
2019-11-06 11:51:50 +01:00
Clément Renault
df066f4321
Introduce a new add or update documents PUT route
2019-11-06 11:42:41 +01:00
Clément Renault
69832e8c70
Update the http index deletion route
2019-11-06 11:42:41 +01:00
Clément Renault
95eb6ad09a
Add a test to check index soft deletion works correctly
2019-11-06 11:02:30 +01:00
Clément Renault
f3fc0bed45
Introduce index soft deletion
2019-11-06 11:02:30 +01:00
Clément Renault
5dd6b697b9
Bump meilidb-core to v0.6.4
v0.6.4
2019-11-05 18:46:16 +01:00
Clément Renault
b7d170c7d1
Merge pull request #262 from meilisearch/fix-unidecoded-emojis
...
Fix an highlighting problem
2019-11-05 17:04:35 +01:00
Clément Renault
7541172d12
Make the example show highlighted areas more explicitly
2019-11-05 16:40:48 +01:00
Clément Renault
85bf5d113c
Fix an highlighting problem when query was longer than original text
2019-11-05 16:40:34 +01:00
Clément Renault
89fd397903
Bump meilidb-core to v0.6.3
v0.6.3
2019-11-05 15:40:04 +01:00
Clément Renault
d8392f2f18
Merge pull request #261 from meilisearch/partial-updates
...
Introduce the support of partial updates
2019-11-05 15:39:02 +01:00
Clément Renault
36b74f0efe
Introduce partial updates to the update system
2019-11-05 15:23:41 +01:00
Clément Renault
68c0a36b00
Make the deserialization support correctly optional documents
2019-11-05 15:03:18 +01:00
Clément Renault
a127b72a74
Merge pull request #259 from meilisearch/allow-add-schema-attributes-at-end
...
Allow to introduce attributes only at the end of a schema
2019-11-05 12:34:11 +01:00
Clément Renault
5782fb9e52
Test the add of attributes only at the end of a schema
2019-11-05 12:09:52 +01:00
Clément Renault
20319f7974
Allow to introduce attributes only at the end of a schema
2019-11-05 12:09:52 +01:00
Clément Renault
c4087e2ec2
Merge pull request #258 from meilisearch/debug-schema
...
Implement a better debug for the schema
2019-11-05 11:35:02 +01:00
Clément Renault
b1d1f2f627
Implement a better debug system for the schema
2019-11-05 11:21:07 +01:00
Clément Renault
62fe6a8263
Merge pull request #257 from meilisearch/bump-version
...
Bump meilidb-core/tokenizer versions
v0.6.2
2019-11-04 17:26:01 +01:00
Clément Renault
d88c10f3b4
Bump meilidb-tokenizer to v0.6.1
2019-11-04 17:17:06 +01:00
Clément Renault
00f49990c7
Bump meilidb-core to v0.6.2
2019-11-04 17:16:50 +01:00
Clément Renault
89f30ad47e
Merge pull request #256 from meilisearch/fix-tokenizer
...
Fix the tokenizer to make it work with unicode chars
2019-11-04 17:15:17 +01:00
Clément Renault
3b1cbed238
Check that the unidecoded words are not empty
2019-11-04 17:03:11 +01:00
Clément Renault
4571b80a49
Update the tests
2019-11-04 16:41:58 +01:00
Clément Renault
de2b8672d4
Make the tokenizer understand strange whitespaces/quotes
2019-11-04 16:41:58 +01:00
Clément Renault
ccded7b429
Improve the indexer to not not deunicode before indexing
...
Revert of #179
2019-11-04 16:41:58 +01:00
Clément Renault
1d4e98410a
Merge pull request #255 from meilisearch/bump-version
...
Bump meilidb-core to v0.6.1
v0.6.1
2019-11-04 14:47:53 +01:00
Clément Renault
e493b27ef1
Bump meilidb-core to v0.6.1
2019-11-04 14:22:08 +01:00
Clément Renault
70589c136f
Merge pull request #253 from meilisearch/fix-updates-system
...
Fix the updates system
2019-11-04 13:46:37 +01:00
Clément Renault
1c3620a7d4
Add tests to the update system
2019-11-04 13:18:07 +01:00
Clément Renault
c2cc0704d7
Clean up the update_awaiter function
2019-11-04 11:11:58 +01:00
Clément Renault
2a50e08bb8
Moving to heed v0.5.0
2019-11-04 10:49:27 +01:00
Clément Renault
6b326a45d7
Fix the update system to always consume updates even if failing
2019-10-31 17:44:13 +01:00
Clément Renault
b73874bf24
Merge pull request #252 from meilisearch/examples-specify-index-name
...
Allow users to specify the index name to use with examples bins
2019-10-31 17:02:00 +01:00
Clément Renault
95c8ad0f80
Allow users to specify the index name to use with examples bins
2019-10-31 16:20:31 +01:00