|
@@ -26,9 +26,7 @@
|
|
|
(defn sanity-search-content
|
|
|
"Convert a block to the display contents for searching"
|
|
|
[format content]
|
|
|
- (->> (text/remove-level-spaces content format (config/get-block-pattern format))
|
|
|
- (drawer/remove-logbook)
|
|
|
- (property/remove-built-in-properties format)))
|
|
|
+ (text/remove-level-spaces content format (config/get-block-pattern format)))
|
|
|
|
|
|
(defn search
|
|
|
([q]
|