Bug 30055: Missing search on othernames
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Séverine Queune <severine.queune@bulac.fr> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
This commit is contained in:
parent
014c3a7468
commit
8ed75333d4
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@
|
|||
}
|
||||
[% CASE 'name' %]
|
||||
{
|
||||
"data": "me.firstname:me.surname",
|
||||
"data": "me.firstname:me.surname:me.othernames",
|
||||
"searchable": true,
|
||||
"orderable": true,
|
||||
"render": function( data, type, row, meta ) {
|
||||
|
|
Loading…
Reference in a new issue