<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: SortHelper2 - Multiple Table / Coumn Sorting</title>
	<atom:link href="http://montanaharkin.net/2007/08/02/rails-sorthelper2-multiple-table-coumn-sorting/feed/" rel="self" type="application/rss+xml" />
	<link>http://montanaharkin.net/2007/08/02/rails-sorthelper2-multiple-table-coumn-sorting/</link>
	<description></description>
	<pubDate>Wed, 10 Mar 2010 23:46:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karim Helal</title>
		<link>http://montanaharkin.net/2007/08/02/rails-sorthelper2-multiple-table-coumn-sorting/comment-page-1/#comment-1015</link>
		<dc:creator>Karim Helal</dc:creator>
		<pubDate>Wed, 11 Mar 2009 13:18:27 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/?p=16#comment-1015</guid>
		<description>Hi,

Thanks for a great little helper. I'm trying to figure out tho how to sort multiple tables on the same page. Is that something which is feasible?

i.e. in my dashboard page, i want to display 2 tables, A and B, each one being sortable and paginated.

Thanks,

.Karim</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for a great little helper. I&#8217;m trying to figure out tho how to sort multiple tables on the same page. Is that something which is feasible?</p>
<p>i.e. in my dashboard page, i want to display 2 tables, A and B, each one being sortable and paginated.</p>
<p>Thanks,</p>
<p>.Karim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://montanaharkin.net/2007/08/02/rails-sorthelper2-multiple-table-coumn-sorting/comment-page-1/#comment-94</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 12 Oct 2007 15:13:44 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/?p=16#comment-94</guid>
		<description>Thanks for this.</description>
		<content:encoded><![CDATA[<p>Thanks for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: montana</title>
		<link>http://montanaharkin.net/2007/08/02/rails-sorthelper2-multiple-table-coumn-sorting/comment-page-1/#comment-92</link>
		<dc:creator>montana</dc:creator>
		<pubDate>Thu, 11 Oct 2007 16:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/?p=16#comment-92</guid>
		<description>Andy,

I don't think that 'acts_as_ferret' supports sorting in the sense that this plugin works with. 

When using Ferret (Lucene) you are looking for relevant results. The sorting of the results is determined by parameters inside of Ferret. Unlike an active record .find() there is no :order parameter which is used here. You might check &lt;a href="http://ferret.davebalmain.com/api/classes/Ferret/Index/FieldInfo.html" title="Ferret API: Ferret::Index::FieldInfo" rel="nofollow"&gt;this&lt;/a&gt; page and read up on the different properties that can be associated with fields of an active record. </description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>I don&#8217;t think that &#8216;acts_as_ferret&#8217; supports sorting in the sense that this plugin works with. </p>
<p>When using Ferret (Lucene) you are looking for relevant results. The sorting of the results is determined by parameters inside of Ferret. Unlike an active record .find() there is no :order parameter which is used here. You might check <a href="http://ferret.davebalmain.com/api/classes/Ferret/Index/FieldInfo.html" title="Ferret API: Ferret::Index::FieldInfo" rel="nofollow">this</a> page and read up on the different properties that can be associated with fields of an active record.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://montanaharkin.net/2007/08/02/rails-sorthelper2-multiple-table-coumn-sorting/comment-page-1/#comment-90</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 10 Oct 2007 09:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://montanaharkin.net/?p=16#comment-90</guid>
		<description>This is a great little thing, is there any way of getting it to sort results returned by 'acts_as_ferret'?</description>
		<content:encoded><![CDATA[<p>This is a great little thing, is there any way of getting it to sort results returned by &#8216;acts_as_ferret&#8217;?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
