package
0.3.0
Repository: https://github.com/knadh/dictmaker.git
Documentation: pkg.go.dev

# Functions

NewSearch returns an instance of the search interface.

# Structs

Entry
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.