I'm using Examine to search for umbraco members in the frontend of my website. But whenever I save a member in the backoffice, Examine deletes the member from its index(even when I don't change any values, just pressing the "save" button is enough).
InternalMemberIndexer before saving
InternalMemberIndexer after saving
Does anyone know why this happens and how to fix this without having to press the "Rebuild Index" button everytime I press the "save" button?
Not sure I know the answer to this one but I think it would be nice to know the exact version of Umbraco 7 that you're using since it might be a bug related to that specific version that has either already been fixed (if you're using 7.3.x for instance) or needs to be fixed.
Ok - I just checked the issues list at http://issues.umbraco.org but I was not able to find any bugs regarding the members not being indexed properly in v7.4.1 - However that does not mean there is no bug - But I'm wondering if you see any possible related log entries marked with either "ERROR" or "WARN" in the /App_Data/Logs file on the disk?
And have you tried keeping the console log of your browser open while doing the indexing to see if it displays some kind of error message?
The logs donĀ“t show any relatable messages, the only message it shows is when i optimize the index.
[P5100/D2/T19] INFO UmbracoExamine.DataServices.UmbracoLogService - Index is being optimized, Provider=InternalMemberIndexer, NodeId=-1
But there are no messages involving any indexing problems when pressing the "save" button in the member screen or the "Rebuild Index" button of the InternalMemberIndexer.
I'm still dealing with this problem, all I know is that Examine doesn't index changes that are made to my default member properties. I can't find any posts related to this problem so I'm asking again if anyone knows what the problem might be and how to fix it.
I'm having the same problem. When I change member programmatically the index does not rebuild even though I've tried to trigger rebuilding in the code. Every time I change a member I have to go and manually rebuild the index, which is not ideal obviously. So any answers?
Examine doesn't properly index value changes
Hello,
I'm using Examine to search for umbraco members in the frontend of my website. But whenever I save a member in the backoffice, Examine deletes the member from its index(even when I don't change any values, just pressing the "save" button is enough).
InternalMemberIndexer before saving
InternalMemberIndexer after saving
Does anyone know why this happens and how to fix this without having to press the "Rebuild Index" button everytime I press the "save" button?
Thanks in advance,
Maarten
Hi Maarten
Not sure I know the answer to this one but I think it would be nice to know the exact version of Umbraco 7 that you're using since it might be a bug related to that specific version that has either already been fixed (if you're using 7.3.x for instance) or needs to be fixed.
Looking forward to hearing from you.
/Jan
Hi Jan,
Im using version 7.4.1
Maarten
Hi Maarten
Ok - I just checked the issues list at http://issues.umbraco.org but I was not able to find any bugs regarding the members not being indexed properly in v7.4.1 - However that does not mean there is no bug - But I'm wondering if you see any possible related log entries marked with either "ERROR" or "WARN" in the /App_Data/Logs file on the disk?
And have you tried keeping the console log of your browser open while doing the indexing to see if it displays some kind of error message?
/Jan
Hi Jan,
The logs donĀ“t show any relatable messages, the only message it shows is when i optimize the index.
[P5100/D2/T19] INFO UmbracoExamine.DataServices.UmbracoLogService - Index is being optimized, Provider=InternalMemberIndexer, NodeId=-1
But there are no messages involving any indexing problems when pressing the "save" button in the member screen or the "Rebuild Index" button of the InternalMemberIndexer.
Maarten
Hello everyone,
I'm still dealing with this problem, all I know is that Examine doesn't index changes that are made to my default member properties. I can't find any posts related to this problem so I'm asking again if anyone knows what the problem might be and how to fix it.
Thanks in advance,
Maarten
I'm having the same problem. When I change member programmatically the index does not rebuild even though I've tried to trigger rebuilding in the code. Every time I change a member I have to go and manually rebuild the index, which is not ideal obviously. So any answers?
I believe I got the same problem. I had created a topic already after I found this topic.
https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/78693-examine-missing-member-properties-after-saving-in-the-backend
Any answers? Any workarounds?
is working on a reply...