You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: