Makes exact match work properly, returning map
This commit is contained in:
@@ -114,7 +114,8 @@
|
||||
"fields" "id"})
|
||||
first
|
||||
:id
|
||||
Long/parseLong)))
|
||||
Long/parseLong
|
||||
(#(hash-map :db/id %)))))
|
||||
|
||||
|
||||
|
||||
@@ -125,7 +126,8 @@
|
||||
"fields" "id"})
|
||||
first
|
||||
:id
|
||||
Long/parseLong)))
|
||||
Long/parseLong
|
||||
(#(hash-map :db/id %)))))
|
||||
|
||||
(defn rebuild-search-index []
|
||||
(solr/index-documents-raw solr/impl
|
||||
|
||||
Reference in New Issue
Block a user