Search Results

Results for: <%= @tt %> <% if @r_lim_type %>

Restriction: Resource type = <%= ResourceType.find(@r_lim_type).name %> <% end %>


<% @search_score.sort {|a,b| b[1]<=>a[1]}.each do |(k,v)| %> <% end %>
<%= link_to @resources.detect{|r| r.id == k}.name, :controller=>'resource', :action => 'show', :id => k %>
<%= @resources.detect{|r| r.id == k}.byline %>
Relevance Score = <%= (100*v).round/100.0 %>