I am using spotlight's default resolver like this:
model = mergeAllOf(model, {
resolvers: {
defaultResolver: mergeAllOf.options.resolvers.title,
},
It works, but it picks up the first instance of the values it finds. I am hoping to use the second instance. Is this possible?