Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8614619
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T05:09:47+00:00 2026-06-12T05:09:47+00:00

I have a search form in my app that uses a jQuery autocomplete plugin.

  • 0

I have a search form in my app that uses a jQuery autocomplete plugin. The plugin sends over the suggested item after running the querystring through encodeURI(q).

So an item like Johnny’s sports comes to my view as Johnny's sports

How do I decode the string back to Johnny’s Sports so I can query the database?

I’ve tried several urllib functions that have been suggested in other posts but I think I’m seriously misunderstanding how they work because I’m not seeing it work.

Any help is greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T05:09:48+00:00Added an answer on June 12, 2026 at 5:09 am

    Python’s standardlib contains the HTMLParser. It can perform decoding of escaped HTML entities, as noted in this answer: https://stackoverflow.com/a/2087433/145400

    >>> import HTMLParser
    >>> h = HTMLParser.HTMLParser()
    >>> print h.unescape('Johnny's sports')
    Johnny's sports
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple search form that looks something like: app/views/search/index.html.erb <%= form_for @search,
I have a simple search form that looks something like: app/views/search/index.html.erb <%= form_for @search,
I have an app that lets the user search over a number of fields
I have a search form on my site that submits the url in the
(Using MySQL and PHP) I have a search form that will allow my users
I'm building an advanced search form for my ASP.NET MVC app. I have a
I have written a small app that uses curl a while ago and was
I have a simple search form in my Rails 3 app: <%= form_tag search_path,
I have a simple search form in my Rails 3 app: <%= form_tag search_path,
I have MVC 1.0 app on VS2008. I have webpage that has a search

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.