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
9a5bc481
Commit
9a5bc481
authored
Nov 04, 2011
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'post_select' of
https://github.com/danielholmes/solarium
into pr47
Conflicts: library/Solarium/Client/Request.php
parents
e66a414c
cbe2f2f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
library/Solarium/Client/Request.php
library/Solarium/Client/Request.php
+12
-0
No files found.
library/Solarium/Client/Request.php
View file @
9a5bc481
...
...
@@ -362,6 +362,18 @@ class Solarium_Client_Request extends Solarium_Configurable
* @return string
*/
public
function
getUri
()
{
$queryString
=
$this
->
getQueryString
();
return
$this
->
getHandler
()
.
'?'
.
$queryString
;
}
/**
* Get the query string for this request
*
* @return string
*/
public
function
getQueryString
()
{
$queryString
=
''
;
if
(
count
(
$this
->
_params
)
>
0
)
{
...
...
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