When I create a site through webmatrix locally and install the package and create some pages and publish the site, the searching doesent work. But if a do a whitespace in the ExamineIndex.config file and save, and do a publish again, the searching is working. Ive tried too do some research with luke and the keywords do not gets indexet, before I do a whitespace in the config file.
Examine and webmatrix
Ive currently working on a package which include some searching pages. My index config files looks like:
<IndexSet SetName="TIIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/TI/"> <IndexAttributeFields>
<add Name="id" />
<add Name="nodeName" />
<add Name="updateDate" />
<add Name="writerName" />
<add Name="path" />
<add Name="nodeTypeAlias" />
<add Name="parentID" />
</IndexAttributeFields>
<IndexUserFields />
<IncludeNodeTypes>
<add Name="Textpage" />
<add Name="Sectionpage" />
</IncludeNodeTypes>
<ExcludeNodeTypes />
</IndexSet>
And my setting config looks like:
.. <add name="TIIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine"
supportUnpublished="false"
supportProtected="true"
interval="10"
/>...
.. <add name="TISearcher" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine"
/>..
When I create a site through webmatrix locally and install the package and create some pages and publish the site, the searching doesent work. But if a do a whitespace in the ExamineIndex.config file and save, and do a publish again, the searching is working. Ive tried too do some research with luke and the keywords do not gets indexet, before I do a whitespace in the config file.
Are there anyone who experienced the same?
is working on a reply...