-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Fahim Shariar Shoumik edited this page Aug 29, 2017
·
3 revisions
The pattern of the URIQL Is inspired by FHIR Search Syntax FHIR Search Framework following REST Architecture Is Rich enough to fit most of the Demand if you are designing URI for Search .
Search Parameter Types | Parameters for all resources | Search result parameters |
Number Date/DateTime String Token Reference Composite Quantity URI |
_id _lastUpdated _tag _profile _security _text _content _list _has _type _query |
_sort _count _include _revinclude _summary _elements _contained _containedType |
In addition, there is a special search parameter called `_filter` that allows for an alternative method of searching.
In the simplest case, a search is executed by performing a `GET` operation in the RESTful framework:
GET [base]/[type]?name=value&...{&_format=[mime-type]}}
This library takes the Query Part as input and returns you the generated N1QL Query that can be used to query JSON document in Couchbase