Optional JSONPath query/extract support, FTS5 section/block search, mkt cache query and search. Local SQLite backend now supports parsed snapshot persistence, incremental refresh, cached querying, and ranked full-text search
This commit is contained in:
parent
36ff4cedab
commit
0015c8a385
11 changed files with 540 additions and 22 deletions
|
|
@ -4,12 +4,16 @@ from markitect_tool.query.engine import (
|
|||
InvalidQueryError,
|
||||
QueryMatch,
|
||||
extract_document,
|
||||
extract_document_jsonpath,
|
||||
query_document,
|
||||
query_document_jsonpath,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"InvalidQueryError",
|
||||
"QueryMatch",
|
||||
"extract_document",
|
||||
"extract_document_jsonpath",
|
||||
"query_document",
|
||||
"query_document_jsonpath",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue