mirror of
https://github.com/typesense/typesense.git
synced 2025-05-21 06:02:26 +08:00
Fix test.
This commit is contained in:
parent
cdcec4e08d
commit
b7cdae6835
@ -194,8 +194,8 @@ TEST_F(CollectionInfixSearchTest, InfixWithFiltering) {
|
||||
R"({
|
||||
"name": "Foods",
|
||||
"fields": [
|
||||
{"name": "title", "type": "string"},
|
||||
{"name": "summary", "type": "string"},
|
||||
{"name": "title", "type": "string", "infix": true},
|
||||
{"name": "summary", "type": "string", "infix": true},
|
||||
{"name": "rating", "type": "int32"}
|
||||
]
|
||||
})"_json;
|
||||
|
Loading…
x
Reference in New Issue
Block a user