facilityregistry / fred-api

Facility Registry API Documentation Website
11 stars 4 forks source link

Sorting #22

Closed mberg closed 11 years ago

mberg commented 11 years ago

Sorting

/facilities.json?sortAsc=beds&sortDesc=nurses

Sorts the results by property.

.. Note::

mwhite commented 11 years ago

I'm not a huge fan of sorting precedence being based on the order of the GET parameters. It constrains provider and consumer implementation a bit, making them operate at the URL-string level instead of a simple parameter mapping.

edjez commented 11 years ago

Lets support 1 field for now

mberg commented 11 years ago

Limit sort by 1 for now.

mberg commented 11 years ago

Incorporated in 1.1 docs. Close for now.