1
0
mirror of https://github.com/meilisearch/MeiliSearch synced 2025-01-25 12:47:28 +01:00

7 lines
125 B
Rust
Raw Normal View History

2021-04-06 17:56:25 +02:00
mod distinct;
mod errors;
2021-04-22 10:14:29 +02:00
mod get_settings;
2024-11-19 15:57:56 +01:00
mod prefix_search_settings;
mod proximity_settings;
2023-07-19 18:15:48 +02:00
mod tokenizer_customization;