Hi John
Thanks for your reply
My version is : v2.2.2 - Build: date 20110801
And here is the code for th e simple search :
{embed="includes/header_doc" title="Gestion décès"}
{embed="includes/header"}
<div id="wrap_content">
{embed="includes/nav_gestion"}
<div id="content">
{site_url}images/avis-deces.png
<div class="separator"></div>
<div id="gestionDeces">
<h1>Gestion décès</h1>
{embed="includes/if_logged_out"}
{if logged_in}
{exp:search:simple_form channel="avis_deces" result_page="gestion_deces/search_results" search_in="entries" status="open|closed" show_expired="yes" show_future_entries="yes"}
<label for="keywords">Recherche : (Entrez le nom, le prénom de la personne souhaité ou le numéro de dossiers)</label>
<input type="text" name="keywords" id="keywords" value="" size="18" maxlength="100" /><input type="submit" value="Soumettre" class="submit" >
{/exp:search:simple_form}
<table border="0" cellspacing="2" cellpadding="2" width="400px">
<tr>
<th>Nom</th>
<th>Prénom</th>
<th>Numéro de dossier</th>
</tr>
{exp:channel:entries channel="avis_deces" limit="15" status="open|closed"}
<tr>
<td><a href="http://{permalink=">{nom_defunt}</a></td>
<td>{prenom_defunt}</td>
<td>{title}</td>
</tr>
{/exp:channel:entries}
</table>
{/if}
</div>
</div>
</div>
</div>
{embed="includes/footer"}
I try every option show_expired and future_entries just to be sure but no luck
Thanks