search for: wintonius

Displaying 5 results from an estimated 5 matches for "wintonius".

Did you mean: antonius
2006 Sep 29
4
limit results to specific IDs
How would you go about searching only a specific set of IDs in acts_as_ferret? Should I just create a huge "or" query or is there a more stylish way? Thanks, Winton -- Posted via http://www.ruby-forum.com/.
2006 Oct 02
4
Another web app using Ferret
I am apart of a team that runs a student site called Studicious (http://stu.dicio.us). We have been using Ferret from the beginning, and recently added acts_as_ferret and sorting to the system. As you can see if you try the search, sorting is not working as expected. I am using this code (w/ find_by_content): :sort => Ferret::Search::SortField.new(:school_sort, :reverse => false)
2006 Sep 25
9
acts_as_ferret highlight
I am getting nil returned when doing the following: r.highlight(@condition, :field => ''body'') ''r'' is an instance of the a_a_f model. ''body'' is a tokenized saved field. I am running latest ferret and a_a_f trunk. Am I doing something wrong? -- Posted via http://www.ruby-forum.com/.
2006 Oct 04
6
Ferret just got faster.
Hey guys, Sorry I haven''t been around for the last few days. I''ve just finished a coding marathon fixing up some of the performance problems in Ferret. If you don''t know what I''m talking about there has been a problem with Filters and Sorts on large indexes. Well, I think I''ve fixed the problem. Before: dbalmain at ubuntu:~/workspace/exp_old/c $
2006 Aug 02
4
Model still using mysql
When calling a Result.find_by_content on my model, I get the following error: Mysql::Error: Table ''db.results'' doesn''t exist: SHOW FIELDS FROM results Yes, I remembered to put acts_as_ferret. Any ideas? Trace: