Search on the site and in the search engines
You can add a site search bar on the Turbo page that passes the search query to the search engines. Search results open in a separate window.
<form action="https://yandex.ru/search/?text={text}" method="GET">
<input type="search" name="text" placeholder="Search for good recipes" />
</form>
Attribute |
Description |
|
The site or the search engine URL https://example.com/search/ For example, to search in Yandex
Where do I find the search engine URL
|
|
Takes only the |
|
Name of the query parameter in which the search query is passed. For example, Yandex uses the
|
|
Takes only the |
|
The text displayed in the search bar by default. |
* Required attribute.
* Required attribute.