9 Feb
2003
9 Feb
'03
7:14 p.m.
--On Sonntag, 9. Februar 2003 20:03 +0100 Joachim Schmitz <js@aixtraware.de> wrote:
I have a catalog with an textindex "track"
I want to select all catalog-entries which contain aword OR bword
but
res = catalog(track=["aword","bword"]) returns only records matching "aword"
res = catalog(track=["bword","aword"]) returns only records matching "bword"
res = catalog(track="aword OR bword") -aj