QueryType enum
Special keywords you can specify in the search terms to search by particular fields
Values
- intitle → const QueryType
-
Returns results where the text following this keyword is found in the title.
-
Returns results where the text following this keyword is found in the author.
- inpublisher → const QueryType
-
Returns results where the text following this keyword is found in the publisher.
- subject → const QueryType
-
Returns results where the text following this keyword is listed in the category list of the volume.
- isbn → const QueryType
-
Returns results where the text following this keyword is the ISBN number.
- lccn → const QueryType
-
Returns results where the text following this keyword is the Library of Congress Control Number.
- oclc → const QueryType
-
Returns results where the text following this keyword is the Online Computer Library Center number.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited