Nope. The 'text' field will just have the 'titulo' contents. To have both, you 
would have to do something like this:

<copyField source="title" dest="titulo"/>
<copyField source="title" dest="text"/>
<copyField source="titulo" dest="text"/>

-Michael

Reply via email to