diff --git a/apps/maarch_entreprise/js/indexing.js b/apps/maarch_entreprise/js/indexing.js index 4c10746d2fcfbdbac148157681e8cbff62f4ab65..9b7853f5d7026952d129259c9b8cc827200ece7d 100755 --- a/apps/maarch_entreprise/js/indexing.js +++ b/apps/maarch_entreprise/js/indexing.js @@ -53,8 +53,8 @@ function initSenderRecipientAutocomplete(inputId, mode, alternateVersion, cardId $j("#" + inputId).typeahead({ // order: "asc", - display: "idToDisplay", - templateValue: "{{otherInfo}}", + display: ["company", "firstname", "lastname"], + templateValue: "{{company}} {{firstname}} {{lastname}}", emptyTemplate: "Aucune donnée pour <b>{{query}}</b>", minLength: 3, dynamic: true,