Last active
June 14, 2016 16:59
-
-
Save tmkasun/a902c9983182b8a3267d49df5038be1b to your computer and use it in GitHub Desktop.
wso2 ES sample sort attributes configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sorting: { | |
attributes: [ | |
{name: "overview_name", label: "Name"}, | |
{name: "overview_version", label: "Version"}, | |
{name: "overview_provider", label: "Provider"}, | |
{name: "createdDate", label: "Date/Time"}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment