Search results

fixme postcodes and geonames <% form_tag :controller => 'way_tag', :action => 'search' do %> <%= text_field 'query', 'query'%> <%= submit_tag 'Search' %> <% end %> <% @tags.each do |tag| %> <% end %>
<%= link_to tag.v, :controller => 'site', :action => 'goto_way', :id => tag.id %> (k:<%= tag.k %>)
Way <%= tag.id %> (<%= tag.way.timestamp %>) <%= link_to 'Map', :controller => 'site', :action => 'goto_way', :id => tag.id %> - <%= link_to 'API', :controller => 'way', :action => 'rest', :id => tag.id %>