I wish to filter the search result based on an alphabet. I am buidling the filter but it does't seem to work. Any Pointer
letterFilterBuilder.Or(x => x.PuffHeadline().Substring(0,1).Match(letterFilter))
BR,
Amol Mahul
You can use the "Prefix" filter method. Check out the documentation: http://world.episerver.com/documentation/developer-guides/find/NET-Client-API/searching/Filtering/Strings/
I wish to filter the search result based on an alphabet. I am buidling the filter but it does't seem to work. Any Pointer
letterFilterBuilder.Or(x => x.PuffHeadline().Substring(0,1).Match(letterFilter))
BR,
Amol Mahul