Fixing search commands

Work Item: 17153

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-01-05 18:13:56 -08:00
parent d2f86be59f
commit 7608894d0a
3 changed files with 40 additions and 52 deletions

View File

@@ -5,8 +5,7 @@ using Orchard.UI.Notify;
namespace Orchard.Indexing.Services
{
public class IndexingService : IIndexingService
{
public class IndexingService : IIndexingService {
private const string SearchIndexName = "Search";
private readonly IIndexManager _indexManager;
private readonly IEnumerable<IIndexNotifierHandler> _indexNotifierHandlers;