mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-No-issue-number] search problem type fix (#3068)
* search problem type fix * fix type test * fix test node selector * fix test content node selector panel
This commit is contained in:
@@ -25,7 +25,7 @@ export class SearchConfigurationService implements SearchConfigurationInterface
|
||||
constructor() {
|
||||
}
|
||||
|
||||
public generateQueryBody(searchTerm: string, maxResults: string, skipCount: string): QueryBody {
|
||||
public generateQueryBody(searchTerm: string, maxResults: number, skipCount: number): QueryBody {
|
||||
let defaultQueryBody: QueryBody = {
|
||||
query: {
|
||||
query: searchTerm ? `${searchTerm}* OR name:${searchTerm}*` : searchTerm
|
||||
|
Reference in New Issue
Block a user