Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
ID | |||||||||||
0025897 | |||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||||
feature request | [Openbravo ERP] A. Platform | minor | have not tried | 2014-03-04 15:13 | 2022-02-01 08:09 | ||||||
Reporter | alostale | View Status | public | ||||||||
Assigned To | Triage Platform Base | ||||||||||
Priority | normal | Resolution | open | Fixed in Version | |||||||
Status | acknowledged | Fix in branch | Fixed in SCM revision | ||||||||
Projection | none | ETA | none | Target Version | |||||||
OS | Any | Database | Any | Java version | |||||||
OS Version | Database version | Ant version | |||||||||
Product Version | SCM revision | ||||||||||
Review Assigned To | |||||||||||
Web browser | |||||||||||
Modules | Core | ||||||||||
Regression level | |||||||||||
Regression date | |||||||||||
Regression introduced in release | |||||||||||
Regression introduced by commit | |||||||||||
Triggers an Emergency Pack | No | ||||||||||
Summary | 0025897: Transform special characters (such as accents) when filtering | ||||||||||
Description | When filtering, in some occasions it makes sense to consider accented characters identical to non accented ones. So for example filtering for "Perez" would return records with "Pérez" and "Perez". But implementing this behavior as default has 2 problems: 1. Performance: this requires to change the DB query to something like select * from table where tranform(column) = transform(param), this causes not to be possible to apply regular indexes defined on table.column. 2. Transformation of special characters can vary depending the language in use | ||||||||||
Steps To Reproduce | See 0025740 | ||||||||||
Proposed Solution | * By default current behavior should still be used ('é' != 'e'). * Special characters transformers should be defined in AD, they would be PL function in charge of doing the transformations. * Using grid configuration is would be possible to use these transformers at system, tab or field level Note: adaptive filtering should use the same transformations, so it might be required to duplicate the pl code in javascript or to disable adaptive filtering for fields using it. | ||||||||||
Tags | No tags attached. | ||||||||||
Attached Files | |||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Issue History | |||
Date Modified | Username | Field | Change |
2014-03-04 15:13 | alostale | New Issue | |
2014-03-04 15:13 | alostale | Assigned To | => AugustoMauch |
2014-03-04 15:13 | alostale | Modules | => Core |
2014-03-04 15:13 | alostale | Triggers an Emergency Pack | => No |
2014-03-04 15:14 | alostale | Relationship added | blocks 0025740 |
2015-03-10 15:08 | alostale | Relationship added | has duplicate 0029198 |
2016-07-14 12:05 | alostale | Relationship added | has duplicate 0019027 |
2016-07-14 12:06 | alostale | Assigned To | AugustoMauch => platform |
2016-07-14 12:06 | alostale | Status | new => acknowledged |
2017-04-27 12:55 | marvintm | Relationship added | related to 0035839 |
2018-01-23 13:22 | alostale | Relationship added | has duplicate 0037704 |
2019-02-22 11:00 | alostale | Relationship added | has duplicate 0040249 |
2021-11-22 07:32 | marvintm | Relationship added | has duplicate 0047992 |
2022-02-01 08:09 | alostale | Assigned To | platform => Triage Platform Base |
Copyright © 2000 - 2009 MantisBT Group |