Deprecated features

Description of deprecated features and their replacements, including sortOrder, suggest, and aggregate fetching.

The features listed in this section are deprecated and will be removed in future versions of the API.

Sorting order argument

The sortOrder argument has been replaced by the orderBy argument. The orderBy argument is similar to sortOrder, except that it is an array of objects instead of a single object. For more details see Sorting.

Note

This feature will not be available after July 1, 2025.

Suggesting argument

The suggest argument has been replaced with passing null to values or using the field_suggest_interval fields. For more details see Suggesting values.

Note

This feature will not be available after July 1, 2025.

Aggregates

The schema section that enables fetching of some aggregate values is obsolete and has been replaced with a more complex reading using grouping. For more details see Grouping.

Note

This feature will not be available after July 1, 2025.

Last modified September 24, 2024