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
05f68d02
Commit
05f68d02
authored
Apr 20, 2014
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #256 from aitboudad/patch-1
Fixed examples for registerQueryType arguments.
parents
25e4ad29
df83556d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
examples/5.3.2-plugin-solarium-presets.php
examples/5.3.2-plugin-solarium-presets.php
+1
-3
No files found.
examples/5.3.2-plugin-solarium-presets.php
View file @
05f68d02
...
@@ -17,9 +17,7 @@ class QueryCustomizer extends Plugin
...
@@ -17,9 +17,7 @@ class QueryCustomizer extends Plugin
{
{
$client
->
registerQueryType
(
$client
->
registerQueryType
(
Client
::
QUERY_SELECT
,
Client
::
QUERY_SELECT
,
'MyQuery'
,
'MyQuery'
'Solarium\QueryType\Select\RequestBuilder\RequestBuilder'
,
'Solarium\QueryType\Select\ResponseParser\ResponseParser'
);
);
}
}
}
}
...
...
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