Reputation: 331
I wrote my own module for Orchard CMS. Module have some widgets, for example,one of widgets is a news widget. In Admin menu(Content->Content Type) I checked Index this content type for search, but when I try to search anything in my widget, nothing found. For searching I use standart widget, which part of Orchard CMS. I know that Orchard use Lucene.net, and there are my questions:
Upvotes: 1
Views: 1074
Reputation: 17814
A widget is not routable, so it can't appear in search results.
Upvotes: 1