I have a strange problem concerning word index
We use Progress 9.1C25 but i also tried 9.1D05
I have a simple table (test) with one character field (bez1) and a word
index on that field.
no i create one record with the string "Schonkaffee" in bez1.
When i now do a for each on that table like this:
for each test where bez1 contains "schon":
disp bez1
end.
i'll get no results.
If i use "contains "schonk"" or "contains "schonka"" or
"contains "schonkaffee"" progress finds the record.
if i use "contains "schonkaf"" or "contains "schonkaff"" or "contains "schonkaffe"" progress finds nothing.
Can anyone explain to me why that is happening ?
Maybe you can also explain why progress finds "cafe" in the string "Fließ-Estrich FE 50 Largo 40 kg-Sac"
any help appreciated...
thanks....
We use Progress 9.1C25 but i also tried 9.1D05
I have a simple table (test) with one character field (bez1) and a word
index on that field.
no i create one record with the string "Schonkaffee" in bez1.
When i now do a for each on that table like this:
for each test where bez1 contains "schon":
disp bez1
end.
i'll get no results.
If i use "contains "schonk"" or "contains "schonka"" or
"contains "schonkaffee"" progress finds the record.
if i use "contains "schonkaf"" or "contains "schonkaff"" or "contains "schonkaffe"" progress finds nothing.
Can anyone explain to me why that is happening ?
Maybe you can also explain why progress finds "cafe" in the string "Fließ-Estrich FE 50 Largo 40 kg-Sac"
any help appreciated...
thanks....