Vitaly Zemlyansky
Vitaly Zemlyansky

Reputation: 331

Searching content in custom module of Orchard CMS doesn't work

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

Answers (1)

Bertrand Le Roy
Bertrand Le Roy

Reputation: 17814

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

Upvotes: 1

Related Questions