9 Aug
2000
9 Aug
'00
5:20 p.m.
So the question is, does anyone know of a simple way to get the zcatalog to also find substring matches on a textindex?
-- Peter Armstrong
For Text Indexes you can use wildcards like * and ? in searches. So that searching for Foo* would find Foo, FooBar, fool, etc. I'm not sure if this works for Field or Keyword indexes though, I haven't tried it. My though is it only works for text indexes which should help you anyway. Good Luck, Casey Duncan