Full-text and NGram search New in 1.10.0
Text search over Marten documents — tsvector full-text indexes and the four query functions (Search, PlainTextSearch, PhraseSearch, WebStyleSearch) and how to choose between them, versus NGram substring search with NgramIndex/NgramSearch, OrderByNgramRank relevance sorting, the single-concatenated-property pattern for searching several fields, regConfig languages and unaccent for non-English text.
Use when adding search to a document store, or when a full-text or ngram query silently returns nothing.
Skill details
- Skill name:
marten-full-text-search - Applies to:
marten - Tags:
marten,full-text-search,ngram,search,indexes,postgresql,queries - Added in: 1.10.0
- License: Proprietary. Copyright JasperFx Software LLC.
