com presentations: Fixed slide and added unique index node: mongo-tut-tek15.xml slides/mongodb/idx-recap2.xml
[email protected] (Derick Rethans) Mon, 18 May 2015 20:03:19 +0000
| Newsgroups | php.pres |
|---|---|
| Message-ID | <[email protected]> |
Commit: bf87367fbe7af890e8e8b7ffac673cc3d773ca20 Author: Derick Rethans <[email protected]> Mon, 18 May 2015 15:03:19 -0500 Parents: c394faba92f9528b6008b3b40831552293ede678 Branches: master Link: http://git.php.net/?p=presentations.git;a=commitdiff;h=bf87367fbe7af890e8e8b7ffac673cc3d773ca20 Log: Fixed slide and added unique index node Changed paths: M mongo-tut-tek15.xml M slides/mongodb/idx-recap2.xml Diff: diff --git a/mongo-tut-tek15.xml b/mongo-tut-tek15.xml index 29a177b..21fd439 100644 --- a/mongo-tut-tek15.xml +++ b/mongo-tut-tek15.xml @@ -147,6 +147,7 @@ Common Patterns <slide>slides/mongodb/section-indexes.xml</slide> <slide>slides/mongodb/idx-create-php.xml</slide> +Add slide about unique indexes. <slide>slides/mongodb/idx-cities-by-name-and-pop.xml</slide> <slide>slides/mongodb/idx-cities-by-name-and-pop2.xml</slide> diff --git a/slides/mongodb/idx-recap2.xml b/slides/mongodb/idx-recap2.xml index 16604d5..60fa341 100644 --- a/slides/mongodb/idx-recap2.xml +++ b/slides/mongodb/idx-recap2.xml @@ -16,7 +16,7 @@ </div> <div effect="fade-in"> <example inline="1">|ff0000|✘| %$c->find(['timezone' => 'Europe/London']);%</example> -<example inline="1">|ff0000|✘| %$c->find(['asciiname' => 'Europe/London']);%</example> +<example inline="1">|ff0000|✘| %$c->find(['asciiname' => 'London']);%</example> </div> <div effect="fade-in"> <example inline="1">|00aa00|✔| %$c->find(['country_code' => 'GB']).sort(['timezone' => 1, 'asciiname' => 1]);%</example>