Commit Graph

35 Commits

Author SHA1 Message Date
8d630a6f62 Update version for the next release (v0.26.1) 2022-04-14 11:44:06 +02:00
bbb6728d2f add distinct attributes to cli 2022-04-13 12:10:35 +02:00
9ac2fd1c37 Merge #487
487: Update version (v0.26.0) r=Kerollmops a=curquiza

breaking because of #458 

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
2022-04-07 17:10:24 +00:00
4f3ce6d9cd nested fields 2022-04-07 16:58:46 +02:00
ee1d627803 Update version (v0.26.0) 2022-04-07 15:56:10 +02:00
4ae7aea3b2 Merge #486
486: Update version (v0.25.0) r=curquiza a=curquiza

v0.25.0 will be released once #478 is merged

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
2022-04-06 11:40:41 +00:00
86249e2ae4 add missing \t in cli update display
Co-authored-by: Clément Renault <clement@meilisearch.com>
2022-04-05 21:35:06 +02:00
9eec44dd98 Update version (v0.25.0) 2022-04-05 12:06:42 +02:00
dac81b2d44 add missing \n in cli settings 2022-04-05 09:48:56 +02:00
9963f11172 fix infos crate compilation issue 2022-04-04 20:54:03 +02:00
bfd81ce050 add exact atttributes to cli settings 2022-04-04 20:54:03 +02:00
ddf78a735b Update version (v0.24.1) 2022-03-24 16:39:45 +01:00
08a06b49f0 Bump version to 0.23.1 2022-03-15 15:50:28 +01:00
63682c2c9a Upgrade the dependencies 2022-03-15 11:17:44 +01:00
8bb45956d4 allow to set the primary key in the cli 2022-03-07 14:56:49 +01:00
db3a1905de default db path 2022-03-07 10:30:47 +01:00
6cf82ba993 bufread documents 2022-03-07 10:29:52 +01:00
d9ed9de2b0 Update heed link in cargo toml 2022-03-01 19:45:29 +01:00
0defeb268c bump milli 2022-02-16 13:27:41 +01:00
d03b3ceb58 Update version for the next release (v0.22.1) 2022-02-07 18:39:29 +01:00
d852dc0d2b fix phrase search 2022-02-01 20:21:33 +01:00
d342c3c357 Merge #438
438: CLI improvements r=Kerollmops a=MarinPostma

I've made the following changes to the cli:
- `settings-update` become `settings`, with two subcommands: `update` and `show`.
- `document-addition` becomes `documents` with a subcommands: `add` (I'll add a feature to list documents later)
- `search` now has an interactive mode `-i`
- search return the number of documents and the time it took to perform the search.


Co-authored-by: mpostma <postma.marin@protonmail.com>
2022-01-26 15:18:20 +00:00
b5f01b52c7 cli improvements 2022-01-25 14:08:30 +01:00
9f2ff71581 Merge #434
434: bump milli to v0.22.0 r=curquiza a=irevoire

This is breaking because of this PR:
98a365aaae

Should we do a special branch to only release the [patch](https://github.com/meilisearch/milli/pull/433) for https://github.com/meilisearch/MeiliSearch/issues/2082 (which is non-breaking)?

Co-authored-by: Tamo <tamo@meilisearch.com>
2022-01-24 17:31:20 +00:00
0c84a40298 document batch support
reusable transform

rework update api

add indexer config

fix tests

review changes

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

fmt
2022-01-19 12:40:20 +01:00
367f403693 bump milli 2022-01-17 16:41:34 +01:00
1c6c89f345 Fix the binaries that use the new optional filters 2021-12-09 11:57:53 +01:00
1b3923b5ce Update all packages to 0.21.0 2021-11-29 12:17:59 +01:00
6eb47ab792 remove update_id in UpdateBuilder 2021-11-16 13:07:04 +01:00
6831c23449 merge with main 2021-11-06 16:34:30 +01:00
743ed9f57f Bump milli version 2021-11-04 14:04:21 +01:00
702589104d Update version for the next release (v0.20.1) 2021-11-03 14:20:01 +01:00
baddd80069 implement review suggestions 2021-10-25 18:29:12 +02:00
e25ca9776f start updating the exposed function to makes other modules happy 2021-10-22 17:23:22 +02:00
aa6c5df0bc Implement documents format
document reader transform

remove update format

support document sequences

fix document transform

clean transform

improve error handling

add documents! macro

fix transform bug

fix tests

remove csv dependency

Add comments on the transform process

replace search cli

fmt

review edits

fix http ui

fix clippy warnings

Revert "fix clippy warnings"

This reverts commit a1ce3cd96e603633dbf43e9e0b12b2453c9c5620.

fix review comments

remove smallvec in transform loop

review edits
2021-09-21 16:58:33 +02:00