Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Search Search
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 35
    • Issues 35
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • SearchSearch
  • Merge requests
  • !122

enable sort on text fields inside the data block

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged neelesh thakur requested to merge sort into master Jun 02, 2021
  • Overview 5
  • Commits 10
  • Pipelines 10
  • Changes 30
  • enables sort on text fields (inside the data block)
  • provide feedback to user if unsupported field is provided on SortQuery. Users will get error message:
{
    "code": 400,
    "reason": "Bad Request",
    "message": "Sort is not supported for one or more of the requested fields"
}
  • resolves issue 44
  • refactor & clean field type mapping implementation and move it to core package to avoid copying same code for all providers
Edited Jun 08, 2021 by neelesh thakur
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: sort