mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
test: Add some more tests
This commit is contained in:
parent
e68e6056c3
commit
34b43d4002
17 changed files with 1561 additions and 34 deletions
|
@ -77,7 +77,7 @@ fn search(metadata: &Metadata, database: &DB, query: &str) {
|
|||
|
||||
// "Sony" "PlayStation 4 500GB"
|
||||
let config = Config {
|
||||
metadata: metadata,
|
||||
index: unimplemented!(),
|
||||
automatons: automatons,
|
||||
criteria: criterion::default(),
|
||||
distinct: (distinct_by_title_first_four_chars, 1),
|
||||
|
|
|
@ -89,7 +89,7 @@ where M: AsRef<Metadata>,
|
|||
}
|
||||
|
||||
let config = Config {
|
||||
metadata: metadata.as_ref(),
|
||||
index: unimplemented!(),
|
||||
automatons: automatons,
|
||||
criteria: criterion::default(),
|
||||
distinct: ((), 1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue