Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
1aa64c6c
Commit
1aa64c6c
authored
Dec 26, 2016
by
Bas de Nooijer
Committed by
GitHub
Dec 26, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #470 from suzuki/fix-document-syntax
Fix document syntax
parents
93a644a1
696cf6c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
docs/queries/update-query/building-an-update-query/building-an-update-query.md
...uery/building-an-update-query/building-an-update-query.md
+6
-2
No files found.
docs/queries/update-query/building-an-update-query/building-an-update-query.md
View file @
1aa64c6c
...
@@ -29,7 +29,9 @@ Examples
...
@@ -29,7 +29,9 @@ Examples
These are two examples of update query usages. See the following sections for the details and examples of all available commands.
These are two examples of update query usages. See the following sections for the details and examples of all available commands.
Add documents:
```php
Add documents:
```
php
<?php
<?php
require
(
__DIR__
.
'/init.php'
);
require
(
__DIR__
.
'/init.php'
);
...
@@ -68,7 +70,9 @@ htmlFooter();
...
@@ -68,7 +70,9 @@ htmlFooter();
```
```
Delete by query:
```php
Delete by query:
```
php
<?php
<?php
require
(
__DIR__
.
'/init.php'
);
require
(
__DIR__
.
'/init.php'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment