mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add index name to unsortable columns error message
This commit is contained in:
parent
d00c187349
commit
b1bc505807
14 changed files with 19 additions and 19 deletions
|
@ -56,7 +56,7 @@ fn main() {
|
|||
Some(path) => TempDir::new_in(path).unwrap(),
|
||||
None => TempDir::new().unwrap(),
|
||||
};
|
||||
let index = Index::new("", options, tempdir.path()).unwrap();
|
||||
let index = Index::new(None, options, tempdir.path()).unwrap();
|
||||
let indexer_config = IndexerConfig::default();
|
||||
let index_documents_config = IndexDocumentsConfig::default();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue