add integration test for distinct search with no ranking

This commit is contained in:
Vivek Kumar 2023-10-09 16:19:36 +05:30
parent 19ba129165
commit d1331d8abf
No known key found for this signature in database
GPG key ID: 5F915FFA1FD3B841
2 changed files with 64 additions and 0 deletions

View file

@ -1,6 +1,7 @@
// This modules contains all the test concerning search. Each particular feature of the search
// should be tested in its own module to isolate tests and keep the tests readable.
mod distinct;
mod errors;
mod facet_search;
mod formatted;