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§
- Fts5
Search Mode - 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.