Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Server WFS3 api sorting #37429

Merged
merged 3 commits into from
Jun 26, 2020
Merged

Conversation

elpaso
Copy link
Contributor

@elpaso elpaso commented Jun 26, 2020

For documentation: the API is really self-documented thanks to OPENAPI, but here is some information about the new parameters:

 "sortby" : {
    "name" : "sortby",
    "in" : "path",
    "description" : "Sort results by the specified field name",
    "required" : false,
    "schema" : {
      "type" : "string"
    }
  },
  "sortdesc" : {
    "name" : "sortdesc",
    "in" : "path",
    "description" : "Sort results in descending order, field name must be specified with 'sortby' parameter",
    "required" : false,
    "schema" : {
      "type" : "bool"
    }
  },

Also revert 2e57d11
because it broke landing page HTML link to OPENAPI
overriding content negotiation.
@elpaso elpaso added Feature Server Related to QGIS server Needs Documentation When merging a labeled PR, an issue will be created in the Doc repo. labels Jun 26, 2020
@elpaso elpaso requested a review from pblottiere June 26, 2020 10:00
@qgis-bot
Copy link
Collaborator

@elpaso
This pull request has been tagged as requiring documentation.

A documentation ticket will be opened at https://github.com/qgis/QGIS-Documentation when this PR is merged.

Please update the description (not the comments) with helpful description and screenshot to help the work from documentors.
Also, any commit having [needs-doc] or [Needs Documentation] in will see its message pushed to the issue, so please be as verbose as you can.

Thank you!

@github-actions github-actions bot added this to the 3.16.0 milestone Jun 26, 2020
@pblottiere
Copy link
Member

It looks good to me.

Thanks @elpaso 👍

@qgis-bot
Copy link
Collaborator

@elpaso
A documentation ticket has been opened at qgis/QGIS-Documentation#5764
It is your responsibility to visit this ticket and add as much detail as possible for the documentation team to correctly document this change.
Thank you!

@timlinux timlinux added Changelog Items that are queued to appear in the visual changelog - remove after harvesting ChangelogHarvested This PR description has been harvested in the Changelog already. and removed Changelog Items that are queued to appear in the visual changelog - remove after harvesting labels Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ChangelogHarvested This PR description has been harvested in the Changelog already. Feature Needs Documentation When merging a labeled PR, an issue will be created in the Doc repo. Server Related to QGIS server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants