Copied to clipboard

Flag this post as spam?

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


  • Lee 1130 posts 3088 karma points
    Dec 09, 2014 @ 12:06
    Lee
    0

    Filter Not Working

    This is a fantastic package, but I cannot get a simple filter to work. Also, I have to say if you are solely relying on Examine then I fear you'll have more issues moving forward.

    I've had really bad experiences of trying to manage members using examine, it's just to intermittent.

    Anyway. I installed the package, and then rebuilt my examine index. I have two members who are both approved (It shows the green ticks).

    But when I apply a filter to show all approved members, I get a blank result with no members found?

  • Lee 1130 posts 3088 karma points
    Dec 09, 2014 @ 12:15
    Lee
    100

    I have got this working now, I have updated the internalmemberIndexset with the below:

    <IndexSet SetName="InternalMemberIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/InternalMember/">
    <IndexAttributeFields>
      <add Name="id" />
      <add Name="nodeName" EnableSorting="true"/>
      <add Name="updateDate" />
      <add Name="writerName" />
      <add Name="loginName" />
      <add Name="email" EnableSorting="true"/>
      <add Name="nodeTypeAlias" />
    </IndexAttributeFields>
    <IndexUserFields>
      <add Name="umbracoMemberApproved" />
      <add Name="umbracoMemberLockedOut" />
      <add Name="umbracoMemberLastLockoutDate" Type="DATETIME" />
      <add Name="umbracoMemberLastLogin" Type="DATETIME" />
      <add Name="umbracoMemberPasswordRetrievalAnswer" />
      <add Name="umbracoMemberPasswordRetrievalQuestion" />
      <add Name="comments" />
    </IndexUserFields>
    

    I assumed you would have updated the config on install using PackageActions. Something I should have checked first.

  • Robert Foster 459 posts 1820 karma points MVP 3x admin c-trib
    Dec 09, 2014 @ 13:20
    Robert Foster
    1

    Hey Lee,

    Yeah, Examine is problematic, but until the sql issues in the core were fixed recently I had no option if I wanted to leverage the core... Now that a lot of those issues have gone away though, I want to go back and re-work the query/filtering to get away from examine.  Given that the new ListView in 7.2 now has support for better paging and additional columns, I'll be taking a look and borrowing some ideas from there...

    - Rob.

  • 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