Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jon Herrell 13 posts 67 karma points
    Dec 24, 2014 @ 18:39
    Jon Herrell
    0

    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

  • Alex Skrypnyk 6182 posts 24283 karma points MVP 8x admin c-trib
    Dec 26, 2014 @ 14:08
    Alex Skrypnyk
    0

    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

  • Jon Herrell 13 posts 67 karma points
    Jan 06, 2015 @ 22:34
    Jon Herrell
    0

    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 

  • Timothy Lee Russell 20 posts 43 karma points c-trib
    Oct 27, 2015 @ 16:33
    Timothy Lee Russell
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies