diff --git a/CHANGES.txt b/CHANGES.txt
index 73af7d5..9c1158b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -70,12 +70,19 @@ Outre ces changements, voici d'autres changements importants :
- Une VM linux (Ubuntu) est désormais disponible pour faciliter le déploiement
+======= TODO =======
+ - (materiels/index) bugfix champ recherche sur liste materiels qui perdait le contexte du statut (CREATED, VALIDATED, ...)
+ - (materiels/add_edit) bugfix champ fournisseur qui perdait son contenu en cas d'erreur de validation sur un autre champ
======= CHANGES =======
-------
+31/07/2020 v3.7.9.84 (EP)
+ - (materiels/index) bugfix champ recherche sur liste materiels qui perdait le contexte des autres paramètres (nb page, age, ...)
+
+-------
30/07/2020 v3.7.9.78-82 (EP)
- (i) Meilleure résilience (reprise après crash) du script UPDATE avec fichier ftpf (install/files_to_process.txt file)
=> permet de s'assurer que les script sql non exécutés (à cause crash ou stop script) le seront à l'itération suivante
diff --git a/README.md b/README.md
index dd56441..d160002 100644
--- a/README.md
+++ b/README.md
@@ -42,8 +42,8 @@ Logiciel testé et validé sur les configurations suivantes :
--------------------------------------------------------------------------------------------
-Date: 30/07/2020
-Version: 3.7.9.83
+Date: 31/07/2020
+Version: 3.7.9.84
HISTORIQUE DES CHANGEMENTS DE VERSION : voir le fichier CHANGES.txt (ou la page web /pages/changes)
diff --git a/src/Template/Materiels/index.ctp b/src/Template/Materiels/index.ctp
index 8120bd8..11a269d 100644
--- a/src/Template/Materiels/index.ctp
+++ b/src/Template/Materiels/index.ctp
@@ -75,7 +75,67 @@ $METRO=false;
-->
*/
-$displayStatusButtons = function($SELECTED_STATUS, $nbMateriels, $html) {
+$displaySearchField = function($params, $searchfor, $html, $form) {
+ /*
+