Services Merge
Component ID
1927590
Component name
Services Merge
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Allows merging a view on a field for use with services. Lets say you have an auction website and you have items for sale. Multiple bids area created that reference the item. You might need all of that data combined so it can be returned in one call to a resource.
The format will be:
[view1] merged with [view2] as [somefield] where [field_in_view1] = [field_in_view2]
The second view won't be conditional on the first.
