I am trying t o implement Examine by using the .Escape() and/ or .Fuzz() modifiers so that the search is more comprehensive. For some reason, I am not able to get to those methods and was curious to see if someone could give me some hints. Here's what I have so far:
Escape/ Fussy/ etc are all extension methods which reside within the UmbracoExamine.SearchCriteria namespace, try adding that and they should appear on any System.String.
We put them into another namespace so that you don't have them CONSTANTLY appearing as they are on a very low-level (and common) CLR type
Examine - IExamineValue
I have the following environment:
Win 7
.Net 4.0
Umbraco 4.5.1
I am trying t o implement Examine by using the .Escape() and/ or .Fuzz() modifiers so that the search is more comprehensive. For some reason, I am not able to get to those methods and was curious to see if someone could give me some hints. Here's what I have so far:
I followed what @slace wrote up in the Farm blog here.
Thanks!
Nik
Escape/ Fussy/ etc are all extension methods which reside within the UmbracoExamine.SearchCriteria namespace, try adding that and they should appear on any System.String.
We put them into another namespace so that you don't have them CONSTANTLY appearing as they are on a very low-level (and common) CLR type
Right-on man! That did the trick. Thanks for chiming in.
-- Nik
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.