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
696cf6c1
Commit
696cf6c1
authored
Dec 26, 2016
by
Norio Suzuki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed document syntax
parent
0acdb283
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 @
696cf6c1
...
...
@@ -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.
Add documents:
```php
Add documents:
```
php
<?php
require
(
__DIR__
.
'/init.php'
);
...
...
@@ -68,7 +70,9 @@ htmlFooter();
```
Delete by query:
```php
Delete by query:
```
php
<?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