Skip to content

Commit c6d6f06

Browse files
committed
add transcript to the search
1 parent 2dee75c commit c6d6f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/talk.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Talk < ApplicationRecord
7171
attribute :transcript do
7272
transcript.to_text
7373
end
74-
searchable_attributes [:title, :description, :speaker_names, :event_name]
74+
searchable_attributes [:title, :description, :speaker_names, :event_name, :transcript]
7575
sortable_attributes [:title]
7676

7777
attributes_to_highlight ["*"]

0 commit comments

Comments
 (0)