On 7/19/2016 4:56 AM, kostali hassan wrote: > I am looking for display for each user: l'utilisateur est crée le > $date à $time not $document-> name est crée le $document->created
You'll have to do that in your application that queries Solr, splitting the date and time information that it receives in one field, or you'll have to write a plugin for Solr that overrides the normal output into two fields. The first option is likely much easier. Thanks, Shawn
