myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [3152] trunk/app/models/workflow.rb: added workfl


From: noreply
Subject: [myexperiment-hackers] [3152] trunk/app/models/workflow.rb: added workflow filenames to search index
Date: Tue, 9 Oct 2012 14:00:26 +0000 (UTC)

Revision
3152
Author
dgc
Date
2012-10-09 14:00:25 +0000 (Tue, 09 Oct 2012)

Log Message

added workflow filenames to search index

Modified Paths

Diff

Modified: trunk/app/models/workflow.rb (3151 => 3152)


--- trunk/app/models/workflow.rb	2012-10-09 13:51:07 UTC (rev 3151)
+++ trunk/app/models/workflow.rb	2012-10-09 14:00:25 UTC (rev 3152)
@@ -57,7 +57,7 @@
     :mutable => [ :contributor, :title, :unique_name, :body, :body_html,
                   :file_ext, :last_edited_by, :content_type_id, :image, :svg ]
 
-  acts_as_solr(:fields => [ :title, :body, :tag_list, :contributor_name, :kind, :get_all_search_terms ],
+  acts_as_solr(:fields => [ :title, :body, :filename, :tag_list, :contributor_name, :kind, :get_all_search_terms ],
                :boost => "rank",
                :include => [ :comments ]) if Conf.solr_enable
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]