Hi

Say I have a field type in multiple documents which can be either
type:bike
type:boat
type:car
type:van


and I want to order a search to give me documents in the following order

type:car
type:van
type:boat
type:bike

Is there a way I can do this just using the &sort method?

Thanks

Reply via email to