<!-- TITLE: Dynamic Search Placeholder En -->
<!-- SUBTITLE: A quick summary of Dynamic Search Placeholder En -->
# Dynamic Search Placeholder for Magento 2
## Introduction:
Dynamic switch keywords in search input placeholder.
## Installation with Composer:
* connect to your server with SSH,
* navigation to your project and run these commands:
```text
$ composer require aurora/module-dynamic-search-placeholder
$ php bin/magento setup:upgrade
$ php bin/magento cache:flush
```
## Update with Composer (if extension was installed by Composer):
```text
$ composer update aurora/module-dynamic-search-placeholder
$ php bin/magento setup:upgrade
$ php bin/magento cache:flush
```
## Installation without Composer:
* buy extension,
* unzip archive,
* upload extension files on your server to: {Magento root}/app/code
* in Magento root folder run commands:
```text
$ php bin/magento setup:upgrade
$ php bin/magento cache:flush
```
## Features
### Front office features:
* Display keywords for search input placeholder:
![Dynamic Search Placeholder Input](/uploads/dynamic-search-placeholder/dynamic-search-placeholder-input.png "Dynamic Search Placeholder Input")
### Configuration:
* you can enable module, set display order for keywords and set interval in:
Stores >> Configuration >> Aurora >> Dynamic Search Placeholder.
![Dynamic Search Placeholder Configuration](/uploads/dynamic-search-placeholder/dynamic-search-placeholder-configuration.png "Dynamic Search Placeholder Configuration")
## Demo
demo3.magecreation.com