mfares / solrpy

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

Unicode search breaks paginator #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Paginating a unicode search returns a SolrException HTTP 400.  It appears
the paginator does not encode query values with UTF-8.

I'm attaching a patch that fixes the behavior.  It's a one line change to
the paginator, and includes a new test.

Original issue reported on code.google.com by will.gro...@gmail.com on 16 Aug 2009 at 3:48

Attachments:

GoogleCodeExporter commented 8 years ago
Taking ownership, will try to reproduce the problem and apply the patch if 
necessary.

Original comment by benliles on 25 Aug 2009 at 4:16

GoogleCodeExporter commented 8 years ago
The patch has been applied to the trunk and is available as of revision 45.

Original comment by benliles on 14 Sep 2009 at 5:26