Skip to content

Commit

Permalink
Merge pull request #1791 from telefonicaid/bug/fix_typo_doc_filtering
Browse files Browse the repository at this point in the history
FIX typo in doc
  • Loading branch information
crbrox committed Feb 12, 2016
2 parents 40e24de + af23a44 commit a865a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/manuals/user/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ greater/less than, range or existence.
There isn't any URL parameter correspondence for this filter in NGSI v1. In NGSI v2
it corresponds to the `q` parameter:

curl 'localhost:1026/v2/entities?q=temperature<24;humidity==75..90;status=running'
curl 'localhost:1026/v2/entities?q=temperature<24;humidity==75..90;status==running'

For a detailed syntax description of the `value` or `q` parameter, see [NGSIv2 specification
document](http://telefonicaid.github.io/fiware-orion/api/v2/).
Expand Down

0 comments on commit a865a03

Please sign in to comment.