RWS / dxa-web-application-java

SDL Digital Experience Accelerator Java Spring MVC web application
25 stars 37 forks source link

Custom Sorting not available with GraphQLQueryProvider. #153

Open npokhare opened 3 years ago

npokhare commented 3 years ago

For our dxa java implementation we have a requirement to sort component based on custom meta date field. This feature is missing in graph ql implementation. https://github.com/RWS/dxa-web-application-java/blob/760603ee76723d640c11e0a41fd9547e1860bedc/dxa-framework/dxa-tridion-provider/src/main/java/com/sdl/dxa/tridion/broker/GraphQLQueryProvider.java#L123

In non graphql implementation it was possible too sort on CustomMetaKeyColumn.

Can you please help? image fig: a list of possible sortfield in graphql implementation