Hi,
let's assume I have defined the following lexems:
"ABC"
"ABCD"
"DEF"
"ABC DEF" (= contains a space in between)
"ABC DXY" (= contains a space in between)
"ABC GHI" (= contains a space in between)
I added all strings to the context choice controller. When I type "A" then I correctly get the filtered choices starting with "A" (=ABC, ABCD, ABC DEF, ABC DXY, ABC GHI) in the list.
The problem is when I continue typing "ABC D": the controller proposes "DEF" instead of "ABC DEF" and "ABC DXY".
It seems that the context choice controller can't handle choices containing spaces. In my example the character "D" is the first one after the space so only "DEF" is offered.
Do you have a solution for that?
Thanks & regards,
Christian
P.S. I use version 12.2.0.36