London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Indexing a ContentReference in EPi Find

Vote:
 

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

#79355
Dec 13, 2013 16:55
Vote:
 

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.

#79395
Dec 16, 2013 13:52
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.