User d8da4712c1
22-07-2013 14:30:38
Hello,
While testing the systeme we found that jc_compare don't don't give right results with some requests.
The request is well written cause it works most of the time.
for the bad request screenshot it'll be like: select cd_id from sub_structure where jc_compare(cd_structure, 'C1=CC=CC=C1', 't:s')=1;
CD_ID
-----------
0 rows selected
for the good one: select cd_id from sub_structure where jc_compare(cd_structure, 'C1=CC2=C(C=C1)C=CC=C2', 't:s')=1;
output:
CD_ID
-----------
223081
223089
223091
223093
223095
223099
6 rows selected
This is an example: