mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
enhance: page name index sync normalization; e2e alias diacritic test
This commit is contained in:
@@ -97,8 +97,8 @@
|
||||
search-mode (state/sub :search/mode)
|
||||
new-page (if (or
|
||||
(and (seq pages)
|
||||
(= (util/safe-search-normalize search-q)
|
||||
(util/safe-search-normalize (:data (first pages)))))
|
||||
(= (util/page-name-sanity-lc search-q)
|
||||
(util/page-name-sanity-lc (:data (first pages)))))
|
||||
(nil? result)
|
||||
all?)
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user