<?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"
	>
<channel>
	<title>Comments on: Setting up Django with Sphinx Full-text Search</title>
	<atom:link href="http://www.davidcramer.net/code/65/setting-up-django-with-sphinx.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.davidcramer.net/code/65/setting-up-django-with-sphinx.html</link>
	<description>A blog about Django, JavaScript, CSS, and general web development.</description>
	<pubDate>Wed, 20 Aug 2008 15:48:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Rich</title>
		<link>http://www.davidcramer.net/code/65/setting-up-django-with-sphinx.html#comment-18245</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 25 Feb 2008 00:59:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/code/65/setting-up-django-with-sphinx.html#comment-18245</guid>
		<description>That was blazingly fast!

Thank you very much indeed, that is a more complete picture.

I'm at work at the moment, but this evening, I'll be working on my sphinx search page!

Cheers
- rich</description>
		<content:encoded><![CDATA[<p>That was blazingly fast!</p>
<p>Thank you very much indeed, that is a more complete picture.</p>
<p>I&#8217;m at work at the moment, but this evening, I&#8217;ll be working on my sphinx search page!</p>
<p>Cheers<br />
- rich</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.davidcramer.net/code/65/setting-up-django-with-sphinx.html#comment-18244</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 25 Feb 2008 00:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/code/65/setting-up-django-with-sphinx.html#comment-18244</guid>
		<description>Rich, you've convinced me to stop being lazy: http://www.davidcramer.net/code/79/in-depth-django-sphinx-tutorial.html</description>
		<content:encoded><![CDATA[<p>Rich, you&#8217;ve convinced me to stop being lazy: <a href="http://www.davidcramer.net/code/79/in-depth-django-sphinx-tutorial.html" rel="nofollow">http://www.davidcramer.net/code/79/in-depth-django-sphinx-tutorial.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.davidcramer.net/code/65/setting-up-django-with-sphinx.html#comment-18241</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Mon, 25 Feb 2008 00:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidcramer.net/code/65/setting-up-django-with-sphinx.html#comment-18241</guid>
		<description>Hi David,
Thanks for django-sphinx, I spent much of sunday setting up sphinx (first time) and fiddling with this  (BTW: I'm also new to django).

Wonder if I could ask a couple of questions?

1. In your example above, I'm assuming 'File' the model class you have attached the 'search' attribute to?

2. Am I correct in assuming that File.search.query('q') would return a list of Model objects?

3. I used the setup.py to install django-sphinx, but looking at your example above, you seem to have it in a utility module, can I just do that if I prefer?

3. I'm having a little trouble understanding how this relates exactly to the rest of Django - would it be possible to see a slightly more complete example of a view?

Once again - thanks very much for sharing this !!!!</description>
		<content:encoded><![CDATA[<p>Hi David,<br />
Thanks for django-sphinx, I spent much of sunday setting up sphinx (first time) and fiddling with this  (BTW: I&#8217;m also new to django).</p>
<p>Wonder if I could ask a couple of questions?</p>
<p>1. In your example above, I&#8217;m assuming &#8216;File&#8217; the model class you have attached the &#8217;search&#8217; attribute to?</p>
<p>2. Am I correct in assuming that File.search.query(&#8217;q') would return a list of Model objects?</p>
<p>3. I used the setup.py to install django-sphinx, but looking at your example above, you seem to have it in a utility module, can I just do that if I prefer?</p>
<p>3. I&#8217;m having a little trouble understanding how this relates exactly to the rest of Django - would it be possible to see a slightly more complete example of a view?</p>
<p>Once again - thanks very much for sharing this !!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
