1
votes

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:

  • How Lucene.net index content of all pages ?
  • What I need to implement in my module(widgets) for searching ?
1

1 Answers

1
votes

A widget is not routable, so it can't appear in search results.