Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Filter ¶
type Filter interface {
Statement() string
}
Filter represents a filter for meilisearch queries. It's just a simple wrapper around a string. DO NOT assume that it is a complete implementation.
type FilterEq ¶
type FilterEq string
func NewFilterEq ¶
NewFilterEq creates a new FilterEq. It supports int64 and bool only, to avoid extra works to handle strings with special characters.
type FilterGte ¶
type FilterGte string
func NewFilterGte ¶
NewFilterGte creates a new FilterGte. It supports int64 only, to avoid extra works to handle strings with special characters.
type FilterIn ¶
type FilterIn string
func NewFilterIn ¶
NewFilterIn creates a new FilterIn. It supports int64 only, to avoid extra works to handle strings with special characters.
type FilterLte ¶
type FilterLte string
func NewFilterLte ¶
NewFilterLte creates a new FilterLte. It supports int64 only, to avoid extra works to handle strings with special characters.
type Indexer ¶
type Indexer struct { Client *meilisearch.Client // contains filtered or unexported fields }
Indexer represents a basic meilisearch indexer implementation
func NewIndexer ¶
func (*Indexer) VersionedIndexName ¶
VersionedIndexName returns the full index name with version