This commit is contained in:
Tamo 2025-02-10 10:46:42 +01:00
parent 35b6bca598
commit 45f843ccb9
5 changed files with 10 additions and 13 deletions

View file

@ -268,4 +268,3 @@ async fn check_the_index_features(server: &Server) {
kefir.search_post(json!({ "sort": ["age:asc"], "filter": "surname = kefirounet" })).await;
snapshot!(results, name: "search_with_sort_and_filter");
}