Letractively / dotnetkicks

Automatically exported from code.google.com/p/dotnetkicks
1 stars 0 forks source link

Problems with paging when using '#' and '+' symbols in search #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Search for "c#" without the quotes. It says there are about 1000 results
and 63 pages. 
2. Scroll down and click page 2. It now says there's only 24 results!
3.

What is the expected output? What do you see instead?

What version of the product are you using?
Currently running svn revision 572 

Please provide any additional information below.

I'm sure other characters cause this problem too. 

The url changes when clicking on the next page.

When searching for c#, the url is
http://dotnetkicks.com/search?q=c%23&user=False&page=1

When going to the next page, it changes to
http://dotnetkicks.com/search?q=c#&page=2

Also, when going to the next page, the search textbox changes from c# to
just c.

It's funny, I think Digg had this same issue (and I reported it). :)

Original issue reported on code.google.com by flor...@gmail.com on 31 Oct 2007 at 2:50

GoogleCodeExporter commented 9 years ago
Surely this has been discovered by someone else?

Go to:
http://www.dotnetkicks.com/tags/C%23

Click on page 2.
http://www.dotnetkicks.com/tags/C#/page/2
Stories recently tagged with 'C'
There are currently no stories here.

Original comment by flor...@gmail.com on 31 Oct 2007 at 2:58

GoogleCodeExporter commented 9 years ago
Looks like the HTML encoding is "lost" when using the paging control.

Original comment by diamondz...@googlemail.com on 31 Oct 2007 at 9:42

GoogleCodeExporter commented 9 years ago
Fix to this issue has been committed to SVN as r594

Original comment by diamondz...@googlemail.com on 31 Oct 2007 at 10:21