This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
Image Dimension Criterion¶
The Dimensions
Search Criterion searches for image with specified dimensions.
Arguments¶
fieldDefIdentifier
- string representing the identifier of the fieldimageCriteriaData
- an array representing minimum and maximum values for width and height, expressed in pixels
Limitations¶
ImageDimensions
can be used on all search engines.
Example¶
PHP¶
1 2 3 4 5 6 7 8 9 10 11 12 |
|
REST API¶
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
|