From e62e8f2623cad37e4211d187f49d9d7c5c5bdb0d Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Wed, 21 Sep 2022 22:07:00 +0530 Subject: added MAL2Go/user/manga docs --- content/docs/mal2go/v4/manga/search-for-a-manga.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/docs/mal2go/v4/manga/search-for-a-manga.md') diff --git a/content/docs/mal2go/v4/manga/search-for-a-manga.md b/content/docs/mal2go/v4/manga/search-for-a-manga.md index 5d519aa..3d28ef4 100644 --- a/content/docs/mal2go/v4/manga/search-for-a-manga.md +++ b/content/docs/mal2go/v4/manga/search-for-a-manga.md @@ -11,7 +11,7 @@ Use the `SearchManga` method to search for a manga. This method takes these argu - `offset int` Is the "offset" for the search results. If offset is greater than 0 the first n number of search reults will be ignored. - `nsfw bool` Wether to include NSFW rated search results - `fields []string` The fields to include in the search results. [Here]() is a list of the valid fields. Just using an empty slice (`[]string{}`) will include all the fields. -The MyAnimeList API is picky about what fields to actually include with search results. To be sure that you are getting all the data it is recommended to use the [`GetMangaById`](#get-data-about-a-manga) method which ensures that all the required fields are included. +The MyAnimeList API is picky about what fields to actually include with search results. To be sure that you are getting all the data it is recommended to use the [`GetMangaById`](/docs/mal2go/v4/manga/get-manga-by-id/) method which ensures that all the required fields are included. Example: -- cgit v1.2.3