# Functions
Field specifies what fields to filter the search results on
Example:
wowsearch.Field().AND("timezone","Europe/Paris").AND("locale", "enGB").NOT("type.type", "PVP").
OrderBy accepts a list of fields and sorts the result in order of those fields.
Page specifies which page of search results to return.
PageSize specifies the size of each page in the result.
Used only for media documents.
Used only for media documents.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
Opt is the interface for options passed to the search functions.