lyssal / search-engine-bundle
Using external search engines (like Qwant or Google) to add a search form in your project.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- lyssal/search-engine: ~0.1
- symfony/form: ^4
- symfony/framework-bundle: ^4
This package is auto-updated.
Last update: 2024-10-15 03:04:15 UTC
README
The Lyssal search engine bundle permits you to generate a form using external search engines (like Qwant or Google).
Available search engines
- AOL
- Ask
- Baidu
- Bing
- DuckDuckGo
- Ecosia
- Exalead
- Lilo
- Million Short
- MyWebSearch
- Qwant
- Startpage
- WOW
- Yahoo!
Loot at Lyssal\SearchEngine\Engine\SearchEngine
for labels to use for each search engine.
To generate the form:
{{- lyssal_searchengine_display() -}}
Installation
Read the installation documentation.
Specify a search engine
To specify the search engine to use, read the Search engine documentation.
The template
To know how to use the template, read the Template documentation.
The website
To specify the website in which we search, read the Website documentation.