You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi not sure if this is in scope or not - but if change the cmis query from
select * from cmis:documents
to something like
select d.* from cmis:documents as d
the knockout parsing seems to break on the results. For example:
[Error] Error: Unable to parse bindings.
Message: TypeError: 'undefined' is not an object (evaluating '$data.properties['cmis:name'].value');
Bindings value: text: $data.properties['cmis:name'].value
I have been checking this out to query aspects (with a correctly formed Alfresco CMIS query) and while the right number of results are returned (I can check results.numItems), something is choking when I try to iterate through the results using the standard search result templates you have in the project
I have done a direct CMIS query to be returned via XML, and the resultant XML string only differs in a timestamp and the actual query string - I can provide an example if you wish - I don't seem to be able to attach text files to this issue
This screen shot is for a search around cmis:folders - but it occurs for cmis:documents as well
The text was updated successfully, but these errors were encountered:
The issue is with the search results template - need a way to figure out the alias and build into the template - in my above example, where r is the alias
Hi not sure if this is in scope or not - but if change the cmis query from
select * from cmis:documents
to something like
select d.* from cmis:documents as d
the knockout parsing seems to break on the results. For example:
[Error] Error: Unable to parse bindings.
Message: TypeError: 'undefined' is not an object (evaluating '$data.properties['cmis:name'].value');
Bindings value: text: $data.properties['cmis:name'].value
I have been checking this out to query aspects (with a correctly formed Alfresco CMIS query) and while the right number of results are returned (I can check results.numItems), something is choking when I try to iterate through the results using the standard search result templates you have in the project
I have done a direct CMIS query to be returned via XML, and the resultant XML string only differs in a timestamp and the actual query string - I can provide an example if you wish - I don't seem to be able to attach text files to this issue
This screen shot is for a search around cmis:folders - but it occurs for cmis:documents as well
The text was updated successfully, but these errors were encountered: