Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: PLDHi,
I would like to know if there is a way to specify the field order index when emitting from a node. Let's say that I have 20 fields in a random order and I would like sort my three first output fields in a specific order. Example: Company, Address, Contact ....
Something looking like this:
FieldIndex(Company)=1
FieldIndex(Address)=2
FieldIndex(Contact)=3
emit *
Thanks