Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I would like to be able to use the backend member searcher from a front end search.
I thought I could simply create another searcher which points to InternalMemberIndexSet (below, or even simply use the current member searcher?)
<add name="ExternalMemberSearch" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine" analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" indexSet="InternalMemberIndexSet" />
From then I thought I could use the API to return results in a front end search
var searcher = ExamineManager.Instance.SearchProviderCollection["ExternalMemberSearch"];
The new searcher works backend in Examine Management but the same search returns nothing in my front end.
Anything I am missing?
Thanks.
Liam
Sorted this, was something silly I was doing in my SearchCriteria/Field lookup.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Examine Member Index - Use front End
Hi,
I would like to be able to use the backend member searcher from a front end search.
I thought I could simply create another searcher which points to InternalMemberIndexSet (below, or even simply use the current member searcher?)
<add name="ExternalMemberSearch" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine" analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" indexSet="InternalMemberIndexSet" />
From then I thought I could use the API to return results in a front end search
var searcher = ExamineManager.Instance.SearchProviderCollection["ExternalMemberSearch"];
The new searcher works backend in Examine Management but the same search returns nothing in my front end.
Anything I am missing?
Thanks.
Liam
Sorted this, was something silly I was doing in my SearchCriteria/Field lookup.
is working on a reply...