[ACS-6644] Updated config guide, added build example, fixed mistakes (#9700)

This commit is contained in:
Grzegorz Jaśkowski
2024-06-04 15:05:24 +02:00
committed by GitHub
parent 6c740bc35c
commit 376969ae42
12 changed files with 347 additions and 81 deletions

View File

@@ -2,15 +2,23 @@
Title: Search Form component
Added: v4.5.0
Status: Active
Last reviewed: 2021-06-11
Last reviewed: 2024-05-14
---
# [Search Form component](../../../lib/content-services/src/lib/search/components/search-form/search-form.component.ts "Defined in search-form.component.ts")
Implements a component consisting of a menu populated with search filter sets.
![Search Form screenshot](../../docassets/images/search-form-component.png)
## Basic usage
### In .html files
```html
<adf-search-form></adf-search-form>
```
### In app config
```json
{
"search": [
@@ -26,10 +34,9 @@ Last reviewed: 2021-06-11
}
```
## Details
This component pick a configuration for a search from the list of configuration.
This component allows user to choose between search filter sets specified in configuration.
## See also