Search
Searches for manga that match a given query string. This method supports pagination and can take additional keyword arguments to customize search parameters.
Parameters:
query
: Search query string to match manga titles or descriptions.page
: Page number of search results to retrieve.**kwargs
: Additional parameters for search customization.
Returns: A
SearchResult
object containing the paginated search results, including manga thumbnails.Raises:
SourceWasNotDefined
if no source has been set before calling this method.
Sorting
Some sources supports sorting and you can use passing sort key as kwargs.
Supported Sorting
The sources below currently supports query sorting
Mangadex: MangadexSort
NHentai: NHentaiSort
Last updated
Was this helpful?