# Functions
NewSearch returns an instance of the search interface.
# Structs
Entry represents a dictionary entry.
GlossaryWord to read glosary content from db.
Queries contains prepared DB queries.
Query represents the parameters of a single search query.
Search represents the dictionary search interface.
# Interfaces
Tokenizer represents a function that takes a string and returns a list of Postgres tsvector tokens.
# Type aliases
Entries represents a slice of Entry.