MDAuthorFilter
public class MDAuthorFilter : MDPaginationFilter
A class used to filter scanlation group results during search
-
Name of the author to search for
Declaration
Swift
public var name: String?
-
Sort order for the results
Declaration
Swift
public var order: [MDSortCriteria : MDSortOrder]?
-
A list of object ids to which to limit the results
Note
Limited to 100 per requestDeclaration
Swift
public var ids: [String]?
-
Convenience function to create an empty filter
Declaration
Swift
override public init()
-
Convenience init to search for authors by name
Declaration
Swift
public init(name: String)
Parameters
title
the title search string
-
Custom
encode
implementationDeclaration
Swift
override public func encode(to encoder: Encoder) throws