mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
set *publishing?
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
;; (prn :debug :semantic-search-result
|
||||
;; :block (:block/title (d/entity @conn label))
|
||||
;; :distance distance)
|
||||
(when-not (or (js/isNaN distance) (>= distance 0.45)
|
||||
(when-not (or (js/isNaN distance) (>= distance 0.6)
|
||||
(> label 2147483647))
|
||||
(when-let [block (d/entity @conn label)]
|
||||
(when (:block/title block)
|
||||
|
||||
Reference in New Issue
Block a user