mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [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
38 lines
752 B
Markdown
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")
|
|
|
|

|
|
|
|
## 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)
|