Skip to content

Commit

Permalink
[docs] add search by modification date example
Browse files Browse the repository at this point in the history
  • Loading branch information
John Glover committed Dec 14, 2011
1 parent 158b23e commit 09d0768
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/apiv3.rst
Expand Up @@ -426,6 +426,16 @@ These parameters are all the standard SOLR syntax (in contrast to the syntax use
| | | | included in the results. |
+-----------------------+---------------+-----------------------------------------------------+----------------------------------+

Search Examples
---------------

Sorting by modified date:

::

$ curl http://thedatahub.org/api/action/package_search -d '{"q": "groups:lodcloud", sort": "metadata_modified asc"}'


Status Codes
~~~~~~~~~~~~

Expand Down

0 comments on commit 09d0768

Please sign in to comment.