Giter Site home page Giter Site logo

Comments (3)

lionelyoung avatar lionelyoung commented on July 29, 2024

The code isn't urlencoding the string when using the web interface.

Try this:

Build query string

q = {'something': something,
'goes': goes,
'here': here}

query = urllib.urlencode(q)

url="http://smspersonfinder.appspot.com/search?%s" % query

from smspersonfinder.

dbro avatar dbro commented on July 29, 2024

this one word query works ok for me:
http://smspersonfinder.appspot.com/search?message=bauer

from smspersonfinder.

kevincon avatar kevincon commented on July 29, 2024

Yeah, unfortunately the issue has to do with using characters that require
encoding, like spaces (which would become %20 in the URL). The appengine
side is not expecting someone to input from a browser I think.

But I was thinking we should build in support for that, so if someone tried it they wouldn't see the Python traceback. :P

On Tue, Jun 7, 2011 at 4:34 PM, dbro <
[email protected]>wrote:

this one word query works ok for me:
http://smspersonfinder.appspot.com/search?message=bauer

Reply to this email directly or view it on GitHub:
#1 (comment)

from smspersonfinder.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.