Is there any way to modify the results (that is, the caption) displayed by the loupe component of gvNIX?
I create the loupe component with the following commands:
web mvc loupe setup
web mvc loupe set --controller ~.web.PersonController
web mvc loupe field --controller ~.web.PersonController --field personAddress --additionalFields address,code,town --caption address
With this, the component displays addresses as results (property address). How I can display also the ZIP code (property code) separated by a slash of the address? Something like this:
Address 1 - 47562
Address 2 - 57520
Address 3 - 8213P
View more...