Search add wildcard * to match all the (#2079)

This commit is contained in:
Eugenio Romano
2017-07-13 14:12:25 +01:00
parent 8fef3b6781
commit 55cd57b49d
4 changed files with 11 additions and 6 deletions

View File

@@ -91,7 +91,7 @@ results page will be shown.
| --- | --- | --- | --- | --- |
| searchTerm | string | | Search term to use when executing the search. Updating this value will run a new search and update the results |
| rootNodeId | string | "-root-" | NodeRef or node name where the search should start. |
| resultType | string | | Node type to filter search results by, e.g. 'cm:content'. |
| resultType | string | | Node type to filter search results by, e.g. 'cm:content', 'cm:folder' if you want only the files. |
| maxResults | number | 20 | Maximum number of results to show in the search. |
| resultSort | string | | Criteria to sort search results by, must be one of "name" , "modifiedAt" or "createdAt" |
| navigationMode | string | "dblclick" | Event used to initiate a navigation action to a specific result, one of "click" or "dblclick" |