I need function in WP which getting search query and redirect on link like {site.com}/search/{search_query}
When i typed search query on english and press to search button and i was redirected on page search {host.com}/search/{search_query}
When I did it again but only on others languages it was redirected me on page {host.com}/search/ and show me 404 page.
But when a typed in URL {host.com}/search/{search_query_another_lanuage} it work
How can i get data from search input
Thanks everyone.
First of all addressing to Site Architecture where you can find How to modify Search, check this link http://codex.wordpress.org/Site_Architecture_1.5#Search_Form
Second, if you’re looking for Search Plugin which supports search with multilingual then here is one… http://wordpress.org/extend/plugins/relevanssi/
Also you can opt for other two high rated Search Plugin available on WordPress…
http://wordpress.org/extend/plugins/wpsearch/
http://wordpress.org/extend/plugins/search-everything/