Skip to content

Commit

Permalink
Re-apply Lindsey changes after resolving merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
dacharyc committed Dec 20, 2023
1 parent 54c483c commit 5f6122a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/sdk/flutter/crud/read.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@ Exclude results for a word by placing the ``-`` character in front of the word.
For example, a search for ``-sheep wool`` would include all search results for
``wool`` excluding those with ``sheep``.

In Kotlin SDK version 1.6.0 and later, you can specify prefixes by placing
the ``*`` character at the end of a word. For example, ``wo*`` would include
all search results for ``wool`` and ``woven``. The Flutter SDK does *not*
currently support suffix searches.

In the following example, we query on the ``Rug.pattern`` and ``Rug.material``
fields:

Expand Down

0 comments on commit 5f6122a

Please sign in to comment.