Displaying 5 results from an estimated 5 matches for "housecafemusic".
2007 May 15
12
AAF quirks in production mode
So my ferret behaves nicely in dev mode, but I just deployed and now
he is not happy!
First thing I noticed was that in general my app would not start with
a folder called "development" in my index folder, so I changed it to
"production" and now my app is functioning.
However, when I try to search I get errors, which you can see here:
http://pastie.caboo.se/61767
Im
2007 Apr 10
3
MultiSearch and ActionView Questions
Hey all,
I had some pressing questions about acts_as_ferret and had not heard
about this mailing list yet, so I contacted Jens directly and he was
kind enough
to answer my questions. I would like to post our exchange here and
continue the dialogue in hopes that it''s useful to someone else out
there.
Question #1:
How should I be setting up my form helper?
>>
2007 May 01
3
Links in Search Results
I am using a helper method to generate my search result listings:
def search_result_name(result)
case result
when Term
"<h2>#{result.title}</h2>
<small>Filed under: <strong>Terms</strong></small>"
when Article
"<h2>#{result.title}</h2>
<small>Filed under:
2007 Apr 09
0
Search Results
I just started using acts_as_ferret and so far things are looking pretty
sweet.
I''m trying to write the view code for my results page. My controller
methods looks like this
def search
@query=params[:query]
@total, @terms = Term.full_text_search(@query, :page =>
(params[:page]||1))
@pages = pages_for(@total)
end
Not sure how to proceed. Any ideas?
--
Posted via
2007 May 02
6
Rewarding exact matches
Is there a way I can get ferret to give the highest ranking to an
exact term match?
The problem I have right now is that I am searching both title and
body fields, so even if I boost the title field, if the body has more
instances of the query, then it gets pushed up in rank.
I would like for ferret to put exact matches (of the title field) at
the very top of the pile, so if I do a