[ACS-6647] covert aca:fields to app:fields (#3838)

This commit is contained in:
tamaragruszka
2024-05-09 15:57:15 +02:00
committed by GitHub
parent 2e9ab2b35c
commit acb848d39d
6 changed files with 10 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ In order to configure multiple search form you have to add your search configura
| name | `string` | "" | Display title of the form |
| order | `string` | | Visualization order in the dropdown |
| default | `boolean` | | if the search has to be used as default search |
| aca:fields| `string[]`| | list of aspects property to add in the query and search in the value for the given text. The property will be concatenated in AND|
| app:fields| `string[]`| | list of aspects property to add in the query and search in the value for the given text. The property will be concatenated in AND|
### Search configuration properties