mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
Move all search related impl to worker
This commit also introduced a new ns `frontend.db.async` for async queries.
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
|
||||
[frontend.db.model
|
||||
delete-blocks get-pre-block
|
||||
delete-files delete-pages-by-files get-all-block-contents get-all-tagged-pages get-single-block-contents
|
||||
get-all-templates get-block-and-children get-block-by-uuid get-block-children sort-by-left
|
||||
delete-files delete-pages-by-files get-all-tagged-pages
|
||||
get-block-and-children get-block-by-uuid get-block-children sort-by-left
|
||||
get-block-parent get-block-parents parents-collapsed? get-block-referenced-blocks get-all-referenced-blocks-uuid
|
||||
get-block-immediate-children get-block-page
|
||||
get-custom-css get-date-scheduled-or-deadlines
|
||||
@@ -40,7 +40,7 @@
|
||||
get-latest-journals get-page get-page-alias get-page-alias-names
|
||||
get-page-blocks-count get-page-blocks-no-cache get-page-file get-page-format get-page-properties
|
||||
get-page-referenced-blocks get-page-referenced-blocks-full get-page-referenced-pages get-page-unlinked-references
|
||||
get-all-pages get-pages get-pages-relation get-pages-that-mentioned-page get-tag-pages
|
||||
get-all-pages get-pages-relation get-pages-that-mentioned-page get-tag-pages
|
||||
journal-page? page-alias-set sub-block
|
||||
set-file-last-modified-at! page-empty? page-exists? page-empty-or-dummy? get-alias-source-page
|
||||
set-file-content! has-children? get-namespace-pages get-all-namespace-relation get-pages-by-name-partition
|
||||
|
||||
Reference in New Issue
Block a user