mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-14 08:58:59 +01:00
fix the doctest
This commit is contained in:
parent
3a7a20c716
commit
89e2d2b2b9
@ -128,6 +128,8 @@ pub trait AggregateMethod: 'static + Default + Send {
|
|||||||
/// A macro used to quickly define multiple aggregate method with their name
|
/// A macro used to quickly define multiple aggregate method with their name
|
||||||
/// Usage:
|
/// Usage:
|
||||||
/// ```rust
|
/// ```rust
|
||||||
|
/// use meilisearch::aggregate_methods;
|
||||||
|
///
|
||||||
/// aggregate_methods!(
|
/// aggregate_methods!(
|
||||||
/// SearchGET => "Documents Searched GET",
|
/// SearchGET => "Documents Searched GET",
|
||||||
/// SearchPOST => "Documents Searched POST",
|
/// SearchPOST => "Documents Searched POST",
|
||||||
|
Loading…
Reference in New Issue
Block a user