mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 18:17:39 +08:00
add a simple test on the filters with an integer
This commit is contained in:
parent
6c15f50899
commit
c634d43ac5
@ -365,6 +365,10 @@ mod tests {
|
||||
Fc::from_str(&rtxn, &index, "channel = Ponce"),
|
||||
Fc::Operator(0, Operator::Equal(None, S("ponce"))),
|
||||
),
|
||||
(
|
||||
Fc::from_str(&rtxn, &index, "subscribers = 12"),
|
||||
Fc::Operator(2, Operator::Equal(Some(12.), S("12"))),
|
||||
),
|
||||
// test all the quotes and simple quotes
|
||||
(
|
||||
Fc::from_str(&rtxn, &index, "channel = 'Mister Mv'"),
|
||||
|
Loading…
Reference in New Issue
Block a user