is there a way to have 2 different description in the description field?
The description field can be a simple description but it also supports HTML so you can customize the field however you like. If you have two fields that you want to join into a single description you could do something like:
index=foo field=la | eval description="<p>description1: ".field1."</p><p>description2: ".field2."</p>"