Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi!
I'm having a problem with integrating my module with DNN 7.1 search. I am using the ModuleSearchBase and overriding the GetModifiedSearchDocuments method.
I am able to trigger the search crawler indexing through the Scheduler, it does get to my search feature controller class and correctly goes through the code there and returns a list of SearchDocuments.
However, when I try searching for one of the items, it is never displayed in the results. I even used advanced search and un-selected everything by my module. I'm not sure why it's not displaying my search items in the results, especially since it goes through the code correctly and returns a number of SearchDocument items in the list.
Anyone encountered this before?
Thanks!!