mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Search add wildcard * to match all the (#2079)
This commit is contained in:
committed by
Eugenio Romano
parent
52be6534ae
commit
3d4897b4bb
@@ -108,6 +108,7 @@ export class AlfrescoSearchComponent implements OnChanges, OnInit {
|
||||
*/
|
||||
private displaySearchResults(searchTerm) {
|
||||
if (searchTerm && this.searchService) {
|
||||
searchTerm = searchTerm + '*';
|
||||
let searchOpts: SearchOptions = {
|
||||
include: ['path', 'allowableOperations'],
|
||||
skipCount: this.skipCount,
|
||||
|
Reference in New Issue
Block a user