SearchService class

Constructors

SearchService({required TflApiClientContext context})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

busSchedulesByQueryQuery(String query) Future<SearchResponse>
Searches the bus schedules folder on S3 for a given bus number.
getByQueryQuery(String query) Future<SearchResponse>
Search the site for occurrences of the query string. The maximum number of results returned is equal to the maximum page size of 100. To return subsequent pages, use the paginated overload.
metaCategories() Future<List<String>>
Gets the available search categories.
metaSearchProviders() Future<List<String>>
Gets the available searchProvider names.
metaSorts() Future<List<String>>
Gets the available sorting options.
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