Hi all,
I'm trying to implement a saved search functionality that would
basically run a rake search task every day with a cronjob.
I got the search bit working fine in the console doing:
SavedSearch.all.each { |s| s.do_search }
with prepared data returns me what I expect.
However, when I run the rake task which does the same thing and with
the same prepared data I get nothing back.
Does anyone has encounter similar problem?
I'm clueless about the reasons why this is happening any help would be
greatly appreciated
Cheers,
Jerome
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---