Skip to content

Commit

Permalink
Update description of contain clause.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Sep 27, 2024
1 parent c597b7f commit ec3136e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/routes/packages/query-parser/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,7 @@ async function doQuery() {
<h3>contain and !contain</h3>
</header>

<p>
Check for a JSON representation appearing within the JSON representation of
the named property.
</p>
<p>Check if the array at the named property contains a value.</p>

<ul>
<li>
Expand Down
5 changes: 1 addition & 4 deletions src/routes/user-guide/entity-querying/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,7 @@ if (cronUser.guid == null) {
</tr>
<tr>
<td>contain</td>
<td
>The named property contains the value (its JSON string is found
within the property's JSON string).</td
>
<td>The named property is an array that contains the value.</td>
<td><code>{"{type: '&', contain: ['foo', 'bar']}"}</code></td>
<td><code>{"entity.foo = ['bar', 'baz']"}</code></td>
</tr>
Expand Down

0 comments on commit ec3136e

Please sign in to comment.