Hi,
i changed all the 'ajaxSettings' to be able to have dynamics locations of the folderss, as i request a specific Endpoint for a CRUD operation.
An example:
api/ImageProvider/FileOperations?companyId=${this.companyId}&category=${this.category}&id=${this.id}
It's working fine when i use: Create, Read, Delete, Upload.
But when i send a search request (via the input search), there is no way to added queries in the path of the get request ('getImageUrl'), it look that it doesn't use the 'ajaxSettings'.
I go trough all the API specification (properties and method) - https://ej2.syncfusion.com/angular/documentation/api/file-manager/
And i didn't find a way to modify that URL path, to add queries in it, for the search requests.
Is there a dynamic way to modify the request, without overriding the code in node-modules?
Thanks a lot for your help.