4
4
Known Issues
5
5
============
6
6
7
- .. default-domain:: mongodb
8
-
9
7
We are consistently working to improve the {+product+}, but we have
10
8
identified certain issues with its current functionality. If you
11
9
identify an issue that is not on this page, see the
@@ -18,4 +16,26 @@ Error List Window on macOS
18
16
Visual Studio for macOS does not have the :guilabel:`Error List` window feature. If
19
17
you are using the {+product+} in Visual Studio for macOS, you will not
20
18
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