Skip to content

Commit aa4e68d

Browse files
committed
Merge pull request #17 from vise890/transcripts-hotfix
Re-add highlighted-transcript
2 parents 9b949ce + c95cd68 commit aa4e68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clj/cloujera/search/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
video+hl-transcript (assoc video
3030
:highlighted-transcript
3131
hl-transcript)]
32-
(dissoc video :transcript)))
32+
(dissoc video+hl-transcript :transcript)))
3333

3434
(defn- extract-results [videos]
3535
(let [found-videos (get-in videos [:hits :hits])]

0 commit comments

Comments
 (0)