I'm trying to add a field to the internal index holding information about whether or not the item is in the recycle bin. I have managed to add the field to the index but the index contains no items that have been trashed.
My internal indexer is using the following configuration:
I'm using Umbraco 7.0.4 if that makes any difference.
I can't find any documentation about how it is supposed to work - should I be able to find trashed items in the index or?
Find trashed items with examine/lucene
Hi,
I'm trying to add a field to the internal index holding information about whether or not the item is in the recycle bin. I have managed to add the field to the index but the index contains no items that have been trashed. My internal indexer is using the following configuration:
I'm using Umbraco 7.0.4 if that makes any difference.
I can't find any documentation about how it is supposed to work - should I be able to find trashed items in the index or?
Cheers Joachim
Hmm, after looking in the Examine code I can see that it is the intended behaviour . . .
Would be nice if it was configurable as it is with the unpublished and protected settings.
is working on a reply...