We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f378ebc commit 006bdb4Copy full SHA for 006bdb4
examples/search.rs
@@ -5,7 +5,7 @@ use modrinth_api::{Error, ModrinthAPI};
5
async fn main() -> Result<(), Error> {
6
let api = ModrinthAPI::default();
7
let result = api
8
- .extended_search(
+ .search(
9
"xaeros", // Query
10
&Sort::Downloads, // Sort
11
Some(20), // Maximum number of results to return.
0 commit comments