Thanks Owen - should get me through the tutorial :) I got ambitious and tried converting my project - but it is rough going into the new hobo 3. I think the "with" commands and a few others seem a bit different.
- Mike On Jan 3, 12:15 pm, Owen <[email protected]> wrote: > Venka found a work-around until we can find a "root" cause: > > def index > hobo_index Recipe.apply_scopes(:search => > [params[:search],:title,:body], *:joins=>:country*, :order_by => > parse_sort_param(:title, :country, :count)) > end > > by adding the bolded ':joins=>:country' code, then, it works fine but that > isn't a fix for the issue since that causes an inner join between the recipe > and country models so any recipes with a country_id of null won't be > displayed. > > Not sure if this is a hobo issue, or, just a misconfiguration somewhere. > > -Owen -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
