Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion en/querying/query-language.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h2 id="live-query-examples">Live query examples</h2>
Numeric: Select documents with integer in field - works both for single-value fields and multivalue,
like array&lt;int&gt;:
</p>
<p><a class="yql-x">select * from doc where term_count = 257</a></p>
<p><a class="yql-x">select * from doc where term_count = 258</a></p>
<hr/>

<p>Phrase: Select documents with the phrase "question answering":</p>
Expand Down