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 6581523
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:09:49+00:00 2026-05-25T16:09:49+00:00

I am using ColdFusion 9 and the latest and greatest jQuery. At the top

  • 0

I am using ColdFusion 9 and the latest and greatest jQuery.

At the top of my page, I use this:

<cfajaxproxy cfc="artists" jsclassname="jsApp">

I have a search field:

<input id="Artist" class="Search" type="text">

When a user types in the search field, the value is passed into a jQuery function:

$(".Search").keyup(function() {
  var Artist = $("#Artist").val();
  var QString = "Artist=" + Artist;
  $("#ArtistSearchResultsDiv").load("ArtistSearchResults.cfm?"+QString);
});

The search results div loads a page with these items in CFSCRIPT:

objArtists = createObject("component", "artists");
GetArtists = objArtists.getArtists(Artist);

I have a CFC that runs the query and returns the correct records.

The PROBLEM is that when I type in the search box, as soon as I hit a space, no further value is added to the QString variable, and so those values aren’t passed to the query.

Here’s how much search string looks in Firebug when searching for “The Beatles”:

GET http://127.0.0.1:8500/WebSites/AwesomeAlbums/GlobalAdmin/ArtistSearchResults.cfm?Artist=The

It’s stops as soon as it sees a space.

So, if you were searching for “The Beatles”, only the value “The” would be passed into the QString variable. If you were searching for “Celine Dion”, only “Celine” would be passed.

I am assuming that I need to URL encode the QString somehow. Is that correct? How do I do that?

  • 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-05-25T16:09:50+00:00Added an answer on May 25, 2026 at 4:09 pm
    var QString = "Artist=" + encodeURIComponent(Artist);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using ColdFusion 9 and jQuery. I am using CFAJAXPROXY. I have am
I'm using Coldfusion ORM (Hibernate), and have a cfc mapped to a database table.
I am using ColdFusion 8 and jQuery 1.7. ** This is a programming question,
I am using ColdFusion (Railo 3.3), and I have several forms using jQuery that
I'm using coldfusion and jquery. This is my first real go at jquery and
I am using ColdFusion 8 and jQuery 1.7.2. I am using CFAJAXPROXY to pass
Have a look at the following function in a CFC (I'm using ColdFusion 9).
I am using ColdFusion 8. I am trying to write this code block in
I am using ColdFusion 9.0.1. I have a new web site that uses Bikes.cfm
Hi I am using ColdFusion to call the last.fm api, using a cfc bundle

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.