November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I think I have fount out that if I put the property in a base class, EPi Find will not index the property. But if I put it in the page model, EPi Find will index the property.
Any suggestions how I solve this? I hopes that I don't have to put the same property i every page modell.
Hi,
I have an EPi property
[Searchable(true)]
[Display(
Name = "Global sida",
GroupName = SystemTabNames.Settings,
Order = 900,
Description = "")]
public virtual ContentReference GlobalPage { get; set; }
The index for EPi Find (when I look in the Find index overview tool) is always null on this property. Both if I publish a new page or runs the Indexing job in admin.
My question is, is it possibly to index a ContentReference or have I another problem that sets my GlobalPage value to null in the index?
// Andreas