package granary
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Pure-OCaml SQL engine
Install
dune-project
Dependency
Authors
Maintainers
Sources
0.0.3.tar.gz
sha256=8b18780ea373be48301d9f333925860a2f9110fc0ac28684295118d72b65a67e
sha512=25ca3c9c5e2b528704a542502e0f37dc33ba003f65622d969b8c2b800778585f8ef0cf89b36e6679832e3993e8303aecddfc662742baf7044d6afe4a796b8f11
doc/granary.sql/Granary_sql/Fts_query/index.html
Module Granary_sql.Fts_querySource
FTS query string parser.
Parses a MATCH query string into a structured query tree.
Syntax:
- Space-separated terms → implicit AND
term OR term→ OR-termorNOT term→ NOT (negation — must be combined with a positive term)"term1 term2"→ phrase (terms must appear consecutively in same column)term*→ prefix search
All terms are lowercased before matching.
Parse a raw MATCH query string. Returns Error msg on malformed input.
Collect all positive (non-negated) terms from a query, for posting-list lookups.
Pretty-print a query tree in a parenthesised AND/OR/NOT form.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>