<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using the jQuery Autocomplete Plugin with Django</title>
	<atom:link href="http://solutions.treypiepmeier.com/2009/12/10/using-jquery-autocomplete-with-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.treypiepmeier.com/2009/12/10/using-jquery-autocomplete-with-django/</link>
	<description>So I don&#039;t have to figure things out more than once.</description>
	<lastBuildDate>Sat, 07 Aug 2010 23:10:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sally</title>
		<link>http://solutions.treypiepmeier.com/2009/12/10/using-jquery-autocomplete-with-django/comment-page-1/#comment-59645</link>
		<dc:creator>Sally</dc:creator>
		<pubDate>Tue, 13 Apr 2010 02:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=350#comment-59645</guid>
		<description>&lt;p&gt;Hi there,
thanks for posting this up.
I got most of it to work. One problem though...&lt;/p&gt;

&lt;p&gt;It stops refining the results after the initial lookup. For example:&lt;/p&gt;

&lt;p&gt;If I have 4 data points:
Cars,
Cart,
Cartoon,
Cat,&lt;/p&gt;

&lt;p&gt;And I set the len(value) &gt;2,&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;query = car, searchresults: cars, cart, cartoon (great!!)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;then I keep typing&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;query = cart, searchresults: cars, cart, cartoon (not so great!!)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Any ideas?&lt;/p&gt;

&lt;p&gt;Thanks beforehand.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi there,
thanks for posting this up.
I got most of it to work. One problem though&#8230;</p>

<p>It stops refining the results after the initial lookup. For example:</p>

<p>If I have 4 data points:
Cars,
Cart,
Cartoon,
Cat,</p>

<p>And I set the len(value) &gt;2,</p>

<pre><code>query = car, searchresults: cars, cart, cartoon (great!!)
</code></pre>

<p>then I keep typing</p>

<pre><code>query = cart, searchresults: cars, cart, cartoon (not so great!!)
</code></pre>

<p>Any ideas?</p>

<p>Thanks beforehand.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Uroš</title>
		<link>http://solutions.treypiepmeier.com/2009/12/10/using-jquery-autocomplete-with-django/comment-page-1/#comment-59605</link>
		<dc:creator>Uroš</dc:creator>
		<pubDate>Fri, 09 Apr 2010 19:34:45 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=350#comment-59605</guid>
		<description>&lt;p&gt;Thank you man. The best and quick tutorial how to integrate auto-compete in django.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you man. The best and quick tutorial how to integrate auto-compete in django.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://solutions.treypiepmeier.com/2009/12/10/using-jquery-autocomplete-with-django/comment-page-1/#comment-56802</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 17 Dec 2009 02:51:59 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=350#comment-56802</guid>
		<description>&lt;p&gt;@Daniel, you could probably use the Media class in the form class http://docs.djangoproject.com/en/dev/topics/forms/media/&lt;/p&gt;

&lt;p&gt;or as a widget similar to this http://www.djangosnippets.org/snippets/1097/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Daniel, you could probably use the Media class in the form class <a href="http://docs.djangoproject.com/en/dev/topics/forms/media/" >http://docs.djangoproject.com/en/dev/topics/forms/media/</a></p>

<p>or as a widget similar to this <a href="http://www.djangosnippets.org/snippets/1097/" >http://www.djangosnippets.org/snippets/1097/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Trey</title>
		<link>http://solutions.treypiepmeier.com/2009/12/10/using-jquery-autocomplete-with-django/comment-page-1/#comment-56566</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=350#comment-56566</guid>
		<description>&lt;p&gt;@David - No, there&#039;s nothing fancy going on there. I don&#039;t know why that wouldn&#039;t work for you.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@David &#8211; No, there&#8217;s nothing fancy going on there. I don&#8217;t know why that wouldn&#8217;t work for you.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: David Avellaneda</title>
		<link>http://solutions.treypiepmeier.com/2009/12/10/using-jquery-autocomplete-with-django/comment-page-1/#comment-56565</link>
		<dc:creator>David Avellaneda</dc:creator>
		<pubDate>Fri, 11 Dec 2009 20:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=350#comment-56565</guid>
		<description>&lt;p&gt;I&#039;ve being trying to use this example, but, the plugin doesn&#039;t seem to support the options: dataType and parse. Did you do another adjustment?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve being trying to use this example, but, the plugin doesn&#8217;t seem to support the options: dataType and parse. Did you do another adjustment?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Nyström</title>
		<link>http://solutions.treypiepmeier.com/2009/12/10/using-jquery-autocomplete-with-django/comment-page-1/#comment-56424</link>
		<dc:creator>Daniel Nyström</dc:creator>
		<pubDate>Fri, 11 Dec 2009 09:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=350#comment-56424</guid>
		<description>&lt;p&gt;Is there any way to attach the javascript code into the Form class? It would be a really nice way to make ajax forms. Maybe even put it into the widget itself?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Is there any way to attach the javascript code into the Form class? It would be a really nice way to make ajax forms. Maybe even put it into the widget itself?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: bayo opadeyi</title>
		<link>http://solutions.treypiepmeier.com/2009/12/10/using-jquery-autocomplete-with-django/comment-page-1/#comment-56423</link>
		<dc:creator>bayo opadeyi</dc:creator>
		<pubDate>Fri, 11 Dec 2009 08:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=350#comment-56423</guid>
		<description>&lt;p&gt;I already do something like this for my auto-complete. I was wondering if I could make an autocomplete widget that holds all the javascript and all. the view part seems to be the issue, since you need a request object that the widget knows nothing about.
I wonder what approach you will take to make this work&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I already do something like this for my auto-complete. I was wondering if I could make an autocomplete widget that holds all the javascript and all. the view part seems to be the issue, since you need a request object that the widget knows nothing about.
I wonder what approach you will take to make this work</p>]]></content:encoded>
	</item>
</channel>
</rss>
