A newer version of this documentation is available.

View Latest

Query String Query

      +

      A query string can be used, to express a given query by means of a special syntax.

      { "query": "+nice +view" }

      A demonstration of a query string Query using the Java SDK can be found in Searching from the SDK.

      The Full Text Searches conducted with the Couchbase Web Console themselves use query strings. (See Searching from the UI.)

      Certain queries supported by FTS are not yet supported by the query string syntax. These include wildcards and regular expressions.

      More detailed information is provided in Query String Syntax