Copied to clipboard

Flag this post as spam?

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


  • Ravi Motha 290 posts 500 karma points MVP 7x c-trib
    Mar 22, 2016 @ 18:29
    Ravi Motha
    0

    Issue with memberlist View

    I've installed your lovely package and was trying to add search on a new property,

    I've updated my Examine Config <IndexUserFields> <add Name="schoolID" /> <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>

    modified my member list view and

     ' <td>
                 {{result.properties['schoolID']}}
        </td>
    

    and gone and rebuilt the index and enter image description here

    any thoughts

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Mar 22, 2016 @ 21:11
    Robert Foster
    0

    Hey Ravi,

    Any issues reported in the Developer F12 tools?

    Going to install on a current project and will test it out.

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Mar 22, 2016 @ 21:52
    Robert Foster
    0

    righto - I just did a fresh install on Umbraco 7.4.2 and added a custom field to the index, then marked up the memberListView.html without incident...

    Is your InternalMemberIndex up to date? That's about the only thing I can think of - apart from that, what javascript/network errors are you seeing in the dev console?

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Mar 22, 2016 @ 22:10
    Robert Foster
    0

    One other thing of note - it's no longer necessary to specifically add your custom field to the Examine Index - by default Examine indexes every field these days (confirmed just now on a new installation).

  • Ravi Motha 290 posts 500 karma points MVP 7x c-trib
    Mar 23, 2016 @ 00:15
    Ravi Motha
    0

    I didn't specifically check the dev tools I'll have a little fiddle in the morning and see what co,es from it. its also good to know about the indexes thing...

  • Ravi Motha 290 posts 500 karma points MVP 7x c-trib
    Mar 23, 2016 @ 00:17
    Ravi Motha
    0

    what was odd was i was seeing my data before i did a rebuild of the index... as i said i'll take a look in the morning and report back

    thanks for the feedback so far

  • Ravi Motha 290 posts 500 karma points MVP 7x c-trib
    Mar 23, 2016 @ 09:32
    Ravi Motha
    0

    what do you know I leave it pver night rebuild the solution and its back to working and reporting no issues though , its still not searching on the new field I've added.. I'll take that and look at that properly later.. but this is a good start to my day..

    Cheers for the help Robert, I'll most likely be in touch regarding the search soon..but I am going to let it lie for now as I have other fish to fry

    Ravi

  • Robert Foster 459 posts 1820 karma points MVP 2x admin c-trib
    Mar 23, 2016 @ 11:50
    Robert Foster
    1

    Hm.

    To search on the custom field you'll want to implement it in the filter dialog - take a look at the source code, but I'm sure I have some sample code somewhere around.

    It's highly likely I'll be doing the same thing with a current project, so that should job my memory :)

    Rob.

  • Ravi Motha 290 posts 500 karma points MVP 7x c-trib
    Apr 06, 2016 @ 17:13
    Ravi Motha
    0

    Figured out what my missing data issue was ,, essentially I was not being patient enough. as the examine index is being rebuilt it wasnt displaying reuslt..

    more patience needed

Please Sign in or register to post replies

Write your reply to:

Draft