Skip to content

Commit 04a4ee5

Browse files
authored
DOCSP-13258: [Charts] Queries with /regex/ syntax are accepted but don't work (#437)
1 parent 85c95c6 commit 04a4ee5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/filter-chart-results.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -477,10 +477,6 @@ To filter data using the :guilabel:`Query` bar:
477477

478478
{ <field>: { $regex: "pattern", $options: "<options>" } }
479479

480-
.. note::
481-
482-
You must enclose the pattern in quotes. You cannot use the ``/pattern/`` syntax.
483-
484480
For example, to find all documents where the ``jobs`` field begins with
485481
the letter ``A``, you would write the following in the
486482
:guilabel:`Query` bar:

0 commit comments

Comments
 (0)