hi, I was wondering if someone could help me? I am trying to create a
select option for the ferret search in my app. I want users to be able
to select from a range of fields and models to limit their query
results.
So far i have a select box;
<input type="text" name="query" value="<%= h @query %>" />
<%= select(:searchbox, :category, %w{everything tags name products
})%>
but i have no idea how to set this to limit the search within the
categories.
I know you can limit query by querying name:bob but this is too
difficult for users. Is there a nice way to do code this?
Thanx, Jos
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk