10 May
2001
10 May
'01
8:47 a.m.
Chris McDonough wrote:
This can't be done... a FieldIndex treats a value atomically, and you can't search for e.g. "foo*" or "foo?". If you need to do a "fuzzy-match" type of search, a TextIndex is more appropriate.
Although the defautl splitter will thwart things for you :-) *grinz* Chris