myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [1869] trunk/app/models/workflow.rb: The type dis


From: noreply
Subject: [myexperiment-hackers] [1869] trunk/app/models/workflow.rb: The type display name for workflows now gets indexed in the search server.
Date: Fri, 17 Oct 2008 06:50:38 -0400 (EDT)

Revision
1869
Author
jits
Date
2008-10-17 06:50:38 -0400 (Fri, 17 Oct 2008)

Log Message

The type display name for workflows now gets indexed in the search server.

Modified Paths

Diff

Modified: trunk/app/models/workflow.rb (1868 => 1869)


--- trunk/app/models/workflow.rb	2008-10-17 09:35:51 UTC (rev 1868)
+++ trunk/app/models/workflow.rb	2008-10-17 10:50:38 UTC (rev 1869)
@@ -70,7 +70,7 @@
   
 # acts_as_solr(:fields => [ :title, :body, :tag_list, :contributor_name, { :rating => :integer } ],
 
-  acts_as_solr(:fields => [ :title, :body, :tag_list, :contributor_name ],
+  acts_as_solr(:fields => [ :title, :body, :tag_list, :contributor_name, :type_display_name ],
                :include => [ :comments ]) if SOLR_ENABLE
 
   acts_as_runnable

reply via email to

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