-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Search API currently only returns results and pages properties.
there is no place to add additional contextual data to the results.
Some PDP implementation may want to add additional statistics data on the result set, like
- number of total records (e.g. for pagination)
- query-related profiling data (e.g. database response time)
This could be done either in a dedicated 'statistics' attribute, or a more general 'context' attribute.
davidjbrossard
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request