Actions
Feature proposal #6386
closedImplement asset array support
Description
Implement support for supplying more than 1 asset for the gallery. For storage purposes the first asset supplied in the array should be used. To support wildcards use an OR usage with LIKE operators, but only if one of the assets uses wildcards otherwise just use a single IN usage.
Updated by krileon almost 8 years ago
See CB Activity regarding this. For storage use ->asset() which will return the first asset of the array. For the raw array use ->assets(). Then for query parsing just parse through the array as needed.
Updated by krileon almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Updated by krileon almost 8 years ago
- Target version changed from 2.1.0 to 2.0.1
Actions