Hi,
I'm trying to index page files, but the indexer doesn't seem to index documents in subdirectories in the page file folder. For instance I have a page with a page file folder like this:
MyPage|- Page files |- File1 |- Directory |- File2 |- File3
In my initialization module I have the following line:
ContentIndexer.Instance.Conventions.ForInstancesOf().ShouldIndexPageFile((page, file) => true);
When I run the indexing job "File1" is indexed, but not "File2" of "File3". Am I doing something wrong here?
Hi,
I'm trying to index page files, but the indexer doesn't seem to index documents in subdirectories in the page file folder. For instance I have a page with a page file folder like this:
MyPage
|- Page files
|- File1
|- Directory
|- File2
|- File3
In my initialization module I have the following line:
When I run the indexing job "File1" is indexed, but not "File2" of "File3". Am I doing something wrong here?