By joachim on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-2.x
Introduced in version:
7.x-2.0-alpha2
Issue links:
Description:
The 'index' resource on entities, as well as the entity reference relationship resource, both allow filtering of results by properties, thus:
?param[title]=My Title¶m[created]=4403305
This was different from 'index' resources provided by Services module, where the query parameter is named 'parameter'. Hence, to simplify usage and reduce confusion, the parameter has been changed to match Services, thus:
?parameters[title]=My Title¶m[created]=4403305
Impacts:
Site builders, administrators, editors
Module developers