Closed (fixed)
Project:
Google Site Search
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2013 at 09:36 UTC
Updated:
6 Aug 2013 at 04:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
Johnny vd Laar commentedAnd a patch.
Comment #2
Johnny vd Laar commentedComment #3
dhavyd commentedThanks! I'll check the patch and apply it so the fix appears on the next release...
Comment #4
dhavyd commentedThe patch is applied and the changes will appear on the next release... Thanks!
Comment #5
dhavyd commentedComment #6
Johnny vd Laar commentedWhat is the difference between "+more" and " more" because the google cse demo page seems to use " more"?
And I am getting more results if I change the code to " more" (the same results as the google cse demo page gives.
Comment #7
Johnny vd Laar commentedComment #8
dhavyd commentedI don't know what the difference is... Have you figured out what it is?
Comment #9
Johnny vd Laar commentedNo I use " more" as it gives the same results as GCSE demo and my client uses that to verify if our code works ;-)
Comment #10
dhavyd commentedOk, then I think I can remove the "+". Is it this row we are talking about?
$this->query = current(explode("+more:", $this->query)); //resume $this->query to its original value (no categories)It was your patch above that added the sign... Should I remove it?
Comment #11
Johnny vd Laar commentedYes I think you should.
Comment #12
dhavyd commentedShould it be like this?
Comment #13
Johnny vd Laar commentedYeah I think so!
Comment #14
dhavyd commentedDone! This fix is coming up in the next release...