AI OnAI Off
Hi,
Have you added "CalculateSomeValue" to the conventions and reindexed?
(Iniitializable module or Global.asax):
SearchClient.Instance.Conventions.ForInstancesOf<T>().IncludeField(x => x.CalculateSomeValue())
/Henrik
I have a problem with filtering:
When I try to call from filter some method from my page search resul is null.
Example:
if (request.SomeValue!= 0)
{
client.Filter(x => x.CalculateSomeValue().Match(request.SomeValue));
}
return client.GetContentResult();
SymptomsAsRated
without this filter I can get a mach values.