https://issues.apache.org/ooo/show_bug.cgi?id=122944
Bug ID: 122944
Issue Type: DEFECT
Summary: Use * and ? directly as a criterion in a query in
draft mode.
Product: Base
Version: AOO 4.0.0
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: code
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Created attachment 81244
--> https://issues.apache.org/ooo/attachment.cgi?id=81244&action=edit
Minimum base : Edit Query_Customers
Hello,
Insignificant regression
Any systems Windows Vista, WIN7 and WIN8 , MacOsX 108.4,
and versions AOO 3.4.1 and 4.0.0 or LiBO 3.6.7 4.0.4 or 4.1
For example: Display Name of any person whose Name begins with “A”
Oobase transformed in the old version of OOo directly the input A* in LIKE 'A*'
(or 'Comme A *' in the French version)
in the Criterion line below a Field eg NAME
and F5 will show records.
Same thing with the "06???" input for Postalcode.
Now, AOO does not automatically converts input and F5 will show no records.
We are now compelled to write LIKE A* fully (even in French)
or LIKE '06???' for F5 works.
No problem with the standard filter : as “Like” Condition and “A*” as value is
OK (and “comme” with “A*” in French version).
Regards
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.