Details

    • Bug
    • Resolution: Fixed
    • Mobile 2.5
    • Mobile 2.5
    • couchbase-lite

    Description

      The example should be

      let query = QueryBuilder
      .select(
      SelectResult.expression(Meta.id),
      SelectResult.property("name")
      )
      .from(DataSource.database(database))
      .where(Expression.property("type").equalTo(Expression.string("landmark"))
      .and(Expression.property("name").regex(Expression.string("\\bEng.*e
      b")))
      )
      .limit(Expression.int(10))

      Reporter: Felipe
      E-mail: felipedeulalio@gmail.com

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jamiltz James Nocentini
            docsite-collector Docs Site Collector
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty