<%= @title %>

<%= h(t.pages.search.you_were_searching_for) %>: <%= escape_html(@query) %>

<%= h(t.osm.keys) %>

<%= h(t.osm.values) %>

<%= h(t.osm.relation_types) %>

<%= h(t.osm.relation_member_roles) %>

<%= h(t.pages.search.fulltext) %>

This search is experimental. It shows keys and tags that might be related to the word you searched for. This doesn't work if there are several words.

<% javascript do JS.raw(%Q{ function page_init2() { init_tabs([#{ @query.to_json }]); } }) end %>