Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
The following snippet of controller code used to return one node in 7.1
console.log(catName); contentResource.getChildren($scope.CardCatNode.id, { filter: catName }) .then(function (contentArray) { console.log(contentArray); ...
Now using 7.2.1, it returns all children and does not filter by name. Perhaps there has been a change in the API? Where do I find that change mentioned?
BTW, I am also having the same trouble with MediaResource filter.
Any help would be appreciated! Jon
Hi Jon,
How did you upgrade Umbraco ? Everything works fine at our solution, we are using Umbraco 7.2. I was upggaded from 7.1.6
Thanks
I don't remember how I upgraded, so I just did a completely new install of the files. It still does the same thing.
I recently upgraded to SQL Server 2014, so perhaps that's it? Are there any known issues with 2014?
Thanks,Jon
I can confirm that the filter (at least for mediaResource) is not working on v. 7.3
In fact, paging does not appear to be working either. I get every child of the specified node regardless of the specified pageSize.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Filter on contentResource does work in 7.2
The following snippet of controller code used to return one node in 7.1
console.log(catName);
contentResource.getChildren($scope.CardCatNode.id, { filter: catName })
.then(function (contentArray) {
console.log(contentArray);
...
Now using 7.2.1, it returns all children and does not filter by name. Perhaps there has been a change in the API? Where do I find that change mentioned?
BTW, I am also having the same trouble with MediaResource filter.
Any help would be appreciated!
Jon
Hi Jon,
How did you upgrade Umbraco ? Everything works fine at our solution, we are using Umbraco 7.2. I was upggaded from 7.1.6
Thanks
I don't remember how I upgraded, so I just did a completely new install of the files. It still does the same thing.
I recently upgraded to SQL Server 2014, so perhaps that's it? Are there any known issues with 2014?
Thanks,
Jon
I can confirm that the filter (at least for mediaResource) is not working on v. 7.3
In fact, paging does not appear to be working either. I get every child of the specified node regardless of the specified pageSize.
is working on a reply...