myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [3083] trunk/app/models/blob.rb: fixed bug where


From: noreply
Subject: [myexperiment-hackers] [3083] trunk/app/models/blob.rb: fixed bug where contributor names were not indexed
Date: Fri, 10 Aug 2012 10:44:24 +0000 (UTC)

Revision
3083
Author
dgc
Date
2012-08-10 10:44:24 +0000 (Fri, 10 Aug 2012)

Log Message

fixed bug where contributor names were not indexed

Modified Paths

Diff

Modified: trunk/app/models/blob.rb (3082 => 3083)


--- trunk/app/models/blob.rb	2012-08-09 10:30:45 UTC (rev 3082)
+++ trunk/app/models/blob.rb	2012-08-10 10:44:24 UTC (rev 3083)
@@ -32,7 +32,7 @@
 
     :mutable => [ :title, :body, :body_html ]
 
-  acts_as_solr(:fields => [:title, :local_name, :body, :kind, :uploader, :tag_list],
+  acts_as_solr(:fields => [:title, :local_name, :body, :kind, :contributor_name, :tag_list],
                :boost => "rank",
                :include => [ :comments ]) if Conf.solr_enable
 

reply via email to

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