Commit 23a1b4fb by Yvon Kerdoncuff

Merge branch '4254-datatable-circumflex-accent-search' into 'dev_cooperatic'

add missing accentuated chars to remove in datatables plugin

See merge request !225
parents 8725493e 90be378c
Pipeline #2737 passed with stage
in 1 minute 28 seconds
......@@ -60,6 +60,11 @@
.replace( /ã/g, 'a' )
.replace( /õ/g, 'o' )
.replace( /ç/g, 'c' )
.replace( /â/g, 'a' )
.replace( /à/g, 'a' )
.replace( /ù/g, 'u' )
.replace( /ï/g, 'i' )
.replace( /œ/g, 'oe' )
.replace( /ì/g, 'i' );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment