Dharan bbc2701df2
[ACA-4486] docs update (#7146)
* [ACA-4486] docs update

* * [ci:force] rename see also section

* [ci:force] settings and  migrate step added

* settings and  migrate step added

* [ci:force] minor corrections
2021-07-05 11:56:56 +02:00

38 lines
752 B
Markdown

---
Title: Search Form component
Added: v4.5.0
Status: Active
Last reviewed: 2021-06-11
---
# [Search Form component](../../../lib/content-services/src/lib/search/components/search-form/search-form.component.ts "Defined in search-form.component.ts")
![Search Form screenshot](../../docassets/images/search-form-component.png)
## Basic usage
```json
{
"search": [
{
"name": "Default",
...
},
{
"name": "Other",
...
}
]
}
```
## Details
This component pick a configuration for a search from the list of configuration.
## See also
- [Search Configuration Guide](../../user-guide/search-configuration-guide.md)
- [Search Query Builder](../services/search-query-builder.service.md)