Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Having an issue with Examine returning no results, it should return.
Hi Question ))
It's 100% working code, we used it a lot of times.
var searcher = ExamineManager.Instance.SearchProviderCollection["WebsiteSearcher"]; var searchCriteria = searcher.CreateSearchCriteria(BooleanOperation.Or); //var query = searchCriteria.RawQuery(model.SearchText); var query = searchCriteria. Field("bodyText", model.SearchText.Fuzzy(0.3f)).Or(). .Compile(); var searchResults = searcher.Search(query);
Try to use Examine Inspector for testing your indexes. http://our.umbraco.org/projects/backoffice-extensions/examine-inspector
Thanks, Alex
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Examine returning no results
Having an issue with Examine returning no results, it should return.
Hi Question ))
It's 100% working code, we used it a lot of times.
Try to use Examine Inspector for testing your indexes. http://our.umbraco.org/projects/backoffice-extensions/examine-inspector
Thanks, Alex
is working on a reply...