Hi Scoot,
Good evening, I would like to clear my self. Please correct me if I am wrong. Right now , I have google site search.
Instead of google , I want to do lucene serach. I want to put one search button and textbox. When user type anything , it will display resutl from whole site not only particular moudule.
This will be only searchcontent module. No any other api or content.
I follow from your below vedio.
https://www.dnnhero.com/Premium/Tutorial/ArticleID/307/Search-Integration-Implement-SearchModuleBase-Part-3-4
https://www.dnnhero.com/Premium/Tutorial/ArticleID/308/Search-Integration-Packaging-and-Testing-our-code-Part-4-4
In above vedio , you just used future controller and below method in Future controller. I do not see "Search API"
As per your previou reply, Search API will use for custome module serach.
GetModifiedSearchDocuments
CreateUniqueKeyFromItemId
GetItemIdFromUniqueKey
ConvertItemToSearchDoc
ConvertSearchDocToItem(SearchResult result)
i look forward to hearing from you
Thank you!