Skip to main content

Module fts

Module fts 

Source
Expand description

FTS5 Query Utilities for Pages Export

Provides query escaping and formatting for safe FTS5 search queries in the exported SQLite database. Supports both natural language (porter) and code-aware (unicode61) search modes.

Enums§

Fts5SearchMode
Query mode for FTS5 search routing

Functions§

build_fts5_search_sql
Build a complete FTS5 search SQL query.
detect_search_mode
Detect the appropriate search mode based on query content.
escape_fts5_query
Escape a query string for safe use with FTS5 MATCH.
format_fts5_query
Format a query for the appropriate FTS5 table based on mode.
validate_fts5_query
Validate that a query is safe and non-empty for FTS5.