Custom examine index showing deleted option values of a dropdown property
Hello,
I've made a custom examine index 'productIndex' that allows items of type 'product'.
Product has a property color, with a dropdown menu with options: yellow, green, black/blue (as one option).
I made a product that has black/blue checkbox checked.
After a while I made the following change to the dropdown menu:
black/blue (as one option) is now seperated to black & blue --> 2 seperate options.
If i go and check the product index, I can still see black/blue, the deleted option that is replaced by 2 other options as if it was never unchecked in the backoffice.
I've allready deleted temp>umbracoIndexes and rebuild them. But nothing changed.
Custom examine index showing deleted option values of a dropdown property
Hello,
I've made a custom examine index 'productIndex' that allows items of type 'product'.
Product has a property color, with a dropdown menu with options: yellow, green, black/blue (as one option).
I made a product that has black/blue checkbox checked.
After a while I made the following change to the dropdown menu: black/blue (as one option) is now seperated to black & blue --> 2 seperate options.
If i go and check the product index, I can still see black/blue, the deleted option that is replaced by 2 other options as if it was never unchecked in the backoffice.
I've allready deleted temp>umbracoIndexes and rebuild them. But nothing changed.
Any ideas ? Thanks !
Sven,
Did you update content using that dropdown and save and publish?
If you didnt then becuase the index is built of umbraco nucache the old values will still be there.
Hey Ismail,
Yes i've updated the content using that dropdown with a save and publish. But no results unfortunately.
is working on a reply...