Skip to content
Fahim Shariar Shoumik edited this page Aug 29, 2017 · 3 revisions

Welcome to the uriql wiki!

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 .

Summary Table

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.

Basic URI Structure

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

Clone this wiki locally