We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75b12a commit d893ff5Copy full SHA for d893ff5
source/fundamentals/atlas-search.txt
@@ -338,15 +338,15 @@ Atlas guide.
338
In
339
~~
340
341
-Use the ``In()`` method to search for documents that have field values matching a list
+Use the ``In()`` method to search for documents with field values that match a list
342
of specified values.
343
344
The following example searches the ``guitars`` collection for documents that have a
345
``make`` field value of either ``"Fender"`` or ``"Gibson"``.
346
347
.. literalinclude:: /includes/fundamentals/code-examples/atlas-search/AtlasSearchExamples.cs
348
- :start-after: // start-in-search
349
- :end-before: // end-in-search
+ :start-after: start-in-search
+ :end-before: end-in-search
350
:language: csharp
351
:dedent:
352
0 commit comments