You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Polymorphic serialiser is changing the order of results, grouping them by resource type. This causes problems when using the serialiser to perform actions such as searching where the original order of the results represents the strength of the search hit.
To Reproduce*
Implement a polymorphic serialiser
Perform a query that will return multiple resource types
Have your application provide the results to the serialiser not already grouped by resource type
Expected behavior*
The serialiser should honour the order of the resources or provide an option to maintain order
Platform*
OS: macOS 14.3.1
Browser N/A
Version: 1.11.3
* means required.
The text was updated successfully, but these errors were encountered:
Describe the bug*
The Polymorphic serialiser is changing the order of results, grouping them by resource type. This causes problems when using the serialiser to perform actions such as searching where the original order of the results represents the strength of the search hit.
To Reproduce*
Expected behavior*
The serialiser should honour the order of the resources or provide an option to maintain order
Platform*
* means required.
The text was updated successfully, but these errors were encountered: