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?
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).
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...
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
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 :)
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..
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
and gone and rebuilt the index and
any thoughts
Hey Ravi,
Any issues reported in the Developer F12 tools?
Going to install on a current project and will test it out.
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?
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).
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...
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
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
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.
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
is working on a reply...