@@ -428,9 +428,16 @@ To filter data using the :guilabel:`Query` bar:
428
428
429
429
#. Click :guilabel:`Apply`.
430
430
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
+
431
438
.. tabs::
432
439
433
- .. tab:: Logical Operator Query Example ($or)
440
+ .. tab:: Logical Operator
434
441
:tabid: logical-operator-query
435
442
436
443
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:
458
465
have made either a documentary or a biography film are included in the total count of directors for a
459
466
particular country.
460
467
461
- .. tab:: Element Query Example
468
+ .. tab:: Existing Element
462
469
:tabid: element-query
463
470
464
471
@@ -480,7 +487,7 @@ To filter data using the :guilabel:`Query` bar:
480
487
at least two writers are factored into the mean Metacritic rating by
481
488
checking that the second array element exists.
482
489
483
- .. tab:: Regular Expression ( RegEx) Query Example
490
+ .. tab:: RegEx
484
491
:tabid: regex-query
485
492
486
493
.. _`regular expression`: :manual:`
@@ -510,7 +517,7 @@ To filter data using the :guilabel:`Query` bar:
510
517
{ "jobs" : { $regex : "^A", $options : "i" } }
511
518
512
519
513
- .. tab:: Date Query Example
520
+ .. tab:: Date
514
521
:tabid: data-query
515
522
516
523
The following chart shows total sale amounts from an office supply
0 commit comments