Hi,

I was using acts_as_ferret for full_text search for a long time but
just a few days back decided that i needed a  desperate change in this
because of the increased incidences of my application breaking due to
missing index files and all sorts of funny and irrelevant errors
appearing in ferret.

I have integrated thinking sphinx in my app and got most of the things
right. The problem i have is that, i need to search 2 models and
combine the results and display them in a particular order. eg.
objects with images then the ones w/o images etc.
I was doing this by searching both the models separately and combining
results into an array and further re-arranging the array as per my
requirements.

Now with TS, the search already returns a paginated object. Is there a
way with which I can skip the auto pagination of my search results and
simply get an array of objects (not paginated) and later pass it on to
will_paginate?

 As I have to make a quick change over , I didn't get too much time to
search through. Please don't mind if my problem is overtly simple and
I haven't been able to see that :)

Thanks in advance.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to