Skip to content

Commit 6ad7855

Browse files
authored
DOCSP-28075: partial support for Search in known issues (#42)
* DOCSP-28075: partial support for Search in known issues * MW comments * BD comment
1 parent b66ec28 commit 6ad7855

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

source/known-issues.txt

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
Known Issues
55
============
66

7-
.. default-domain:: mongodb
8-
97
We are consistently working to improve the {+product+}, but we have
108
identified certain issues with its current functionality. If you
119
identify an issue that is not on this page, see the
@@ -18,4 +16,26 @@ Error List Window on macOS
1816
Visual Studio for macOS does not have the :guilabel:`Error List` window feature. If
1917
you are using the {+product+} in Visual Studio for macOS, you will not
2018
be able to see output from the {+product+}, such as {+query-api+}
21-
translations, in one location.
19+
translations, in one location.
20+
21+
Partial Support for Atlas Search Builders
22+
-----------------------------------------
23+
24+
The {+product+} provides only partial support for ``Search`` builder
25+
methods and other Atlas Search features. The {+product+} cannot analyze
26+
code that uses any of the following features:
27+
28+
- The ``Compound()`` method
29+
- The ``Range()`` method
30+
- The ``Equals()`` method with number parameters or parameters of type
31+
``ObjectId`` or ``DateTime``
32+
- The ``Facet()`` method
33+
- The ``GeoShape()`` method
34+
- The ``GeoWithin()`` method
35+
- The ``MoreLikeThis()`` method
36+
- Calling the ``Near()`` method with a parameter of type ``DateTime``
37+
- Calling the ``Wildcard()`` method with multiple field definitions
38+
- Calling ``Search`` builder methods with parameters of type ``SearchRange``,
39+
``SearchFuzzyOptions``, or ``SearchScoreDefinition``
40+
- The ``SearchMeta()`` method
41+
- The ``SearchPath`` builder

0 commit comments

Comments
 (0)