com presentations: Revise list of query operators: slides/mongodb/query-advanced-ops.xml

[email protected] (Derick Rethans)
Newsgroups php.pres
Message-ID <[email protected]>
Commit:    6309378cdeec2b54fcc34e999f84078d808a9a3b
Author:    Jeremy Mikola <[email protected]>         Sun, 17 May 2015 15:27:25 -0500
Parents:   72caa2be24e2ba7f37443c91950dc90769ee7266
Branches:  master

Link:       http://git.php.net/?p=presentations.git;a=commitdiff;h=6309378cdeec2b54fcc34e999f84078d808a9a3b

Log:
Revise list of query operators

Changed paths:
  M  slides/mongodb/query-advanced-ops.xml


Diff:
diff --git a/slides/mongodb/query-advanced-ops.xml b/slides/mongodb/query-advanced-ops.xml
index 976b59a..9a3f401 100644
--- a/slides/mongodb/query-advanced-ops.xml
+++ b/slides/mongodb/query-advanced-ops.xml
@@ -8,8 +8,6 @@
 <list>
     <bullet>$lt, $lte, $gt, $gte (&lt;, &lt;=, &gt;, &gt;=)</bullet>
     <bullet>$ne (not equal)</bullet>
-    <bullet>$exists (field exists)</bullet>
-    <bullet>$mod (modulo)</bullet>
 </list>
 <blurb>Logical:</blurb>
 <list>
@@ -19,6 +17,19 @@
 </list>
 </div>
 
+<div effect="fade-in-out">
+<blurb>Meta:</blurb>
+<list>
+    <bullet>$exists (field exists)</bullet>
+    <bullet>$type (field type)</bullet>
+</list>
+<blurb>Evaluation:</blurb>
+<list>
+    <bullet>$mod (modulo)</bullet>
+    <bullet>$where (JS expression)</bullet>
+</list>
+</div>
+
 <div effect="fade-in">
 <blurb>Array:</blurb>
 <list>
@@ -28,9 +39,5 @@
     <bullet>$size (exact size of array)</bullet>
 	<bullet>$elemMatch (element in an array matches the specified match expression)</bullet>
 </list>
-<blurb>Others:</blurb>
-<list>
-    <bullet>$type</bullet>
-</list>
 </div>
 </slide>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.