mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 07:35:01 +00:00
enhance(ux): use yyyymmdd to search journals
This commit is contained in:
@@ -332,8 +332,6 @@
|
||||
(swap! !results assoc-in [:current-page :status] :loading)
|
||||
(p/let [blocks (search/block-search repo @!input opts)
|
||||
blocks (remove nil? blocks)
|
||||
blocks (search/fuzzy-search blocks @!input {:limit 100
|
||||
:extract-fn :block/title})
|
||||
items (keep (fn [block]
|
||||
(if (:page? block)
|
||||
(page-item repo block)
|
||||
|
||||
Reference in New Issue
Block a user