Open mariaannalind opened 8 years ago
Hi @InaBox,
Can you check that the CS file "ezSearchBoostrapper.cs" which should be located in the App_Code folder of your website is present and working?
If you want to test that it is working, you can attaching a debugger to your website, adding a breakpoint in the mentioned CS file, followed by rebuilding the ExternalIndex. This should cause your breakpoint to be hit.
This file is required as it appears to strip out HTML as each node is indexed. In my tests, I found that the Lucene indexer would not pick up search terms unless this stripping was done.
Umbraco v.7 but I expect the problem to be universal. In RTE if a word comes after br tag it is not found by ezSearch.
It looks like the problem results from the fact that the tag isn't stripped in search.
text - text not found
text - text found
Makes sense but is a problem in rte where editors don't enter html tags manually.