mirror of
				https://github.com/Alfresco/alfresco-ng2-components.git
				synced 2025-10-29 15:21:39 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			928 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			928 B
		
	
	
	
	
	
	
	
Title, Added, Status, Last reviewed
| Title | Added | Status | Last reviewed | 
|---|---|---|---|
| Search Form component | v4.5.0 | Active | 2024-05-14 | 
Search Form component
Implements a component consisting of a menu populated with search filter sets.
Basic usage
In .html files
<adf-search-form></adf-search-form>
In app config
{
  "search": [
      {
        "name": "Default", 
        ...
      }, 
      {
        "name": "Other",
        ...
      }
  ]
}
Details
This component allows user to choose between search filter sets specified in configuration.
