mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ACS-6644] Updated config guide, added build example, fixed mistakes (#9700)
This commit is contained in:
committed by
GitHub
parent
6c740bc35c
commit
376969ae42
@@ -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.
|
||||
|
||||

|
||||
|
||||
## 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
|
||||
|
||||
|
Reference in New Issue
Block a user