I am using Examine to index my site. It works but I want to do additional stuff with it.
Firstly I have a repeating grid field where if you access it in code it return something like
{ "department": "1119" }
{ "department": "1113" }
{ "department": "1109" }
I added the field name as a IndexUserFields to index but it does not seem to return the results.
Can this type of field be indexed?
Also, there is an option to enableLeadingWildcard. Is it possible to enable trailing wild cards? Or would this not make a difference?
Examine / Lucene - 2 questions please
Hi,
I am using Examine to index my site. It works but I want to do additional stuff with it.
Firstly I have a repeating grid field where if you access it in code it return something like { "department": "1119" } { "department": "1113" } { "department": "1109" } I added the field name as a IndexUserFields to index but it does not seem to return the results.
Can this type of field be indexed?
Also, there is an option to enableLeadingWildcard. Is it possible to enable trailing wild cards? Or would this not make a difference?
Thanks a lot for any info!
is working on a reply...