package
3.0.19
Repository: https://github.com/fuzzystatic/blizzard.git
Documentation: pkg.go.dev

# 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.
Tag is used only for media documents.
Tags is used only for media documents.

# Structs

FieldSelector structure.
OrderBySelector structure.
PageSelector structure.
PageSizeSelector structure.
TagSelector structure.
TagsSelector structure.

# Interfaces

Opt is the interface for options passed to the search functions.