@@ -428,9 +428,16 @@ To filter data using the :guilabel:`Query` bar:
428428
429429#. Click :guilabel:`Apply`.
430430
431+ The folowing tabs show how to construct queries with the following:
432+
433+ - ``$or`` logical operator to match documents where at least one clause is true
434+ - ``$exists`` query operator to match documents with an element that exists
435+ - ``$regex`` query operator to match documents with a regular expression
436+ - ``Date`` field to match documents with specific dates
437+
431438.. tabs::
432439
433- .. tab:: Logical Operator Query Example ($or)
440+ .. tab:: Logical Operator
434441 :tabid: logical-operator-query
435442
436443 The following chart shows the top 5 countries (:guilabel:`Limit Results` under the :guilabel:`X Axis` was enabled and set to 5) in terms of the
@@ -458,7 +465,7 @@ To filter data using the :guilabel:`Query` bar:
458465 have made either a documentary or a biography film are included in the total count of directors for a
459466 particular country.
460467
461- .. tab:: Element Query Example
468+ .. tab:: Existing Element
462469 :tabid: element-query
463470
464471
@@ -480,7 +487,7 @@ To filter data using the :guilabel:`Query` bar:
480487 at least two writers are factored into the mean Metacritic rating by
481488 checking that the second array element exists.
482489
483- .. tab:: Regular Expression ( RegEx) Query Example
490+ .. tab:: RegEx
484491 :tabid: regex-query
485492
486493 .. _`regular expression`: :manual:`
@@ -510,7 +517,7 @@ To filter data using the :guilabel:`Query` bar:
510517 { "jobs" : { $regex : "^A", $options : "i" } }
511518
512519
513- .. tab:: Date Query Example
520+ .. tab:: Date
514521 :tabid: data-query
515522
516523 The following chart shows total sale amounts from an office supply
0 commit comments