Issue 122944 - Use * and ? directly as a criterion in a query in draft mode.
Summary: Use * and ? directly as a criterion in a query in draft mode.
Status: UNCONFIRMED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: 4.0.0
Hardware: All All
: P3 Minor (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact: RottenEogat@gmail.com
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-03 10:08 UTC by papayes
Modified: 2013-08-06 06:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Minimum base : Edit Query_Customers (4.56 KB, application/vnd.oasis.opendocument.database)
2013-08-03 10:08 UTC, papayes
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description papayes 2013-08-03 10:08:03 UTC
Created attachment 81244 [details]
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