﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10207	Simple enhancements for Queryset API: Search	Seamus <seamus@…>	Kevin Kubasik	"http://docs.djangoproject.com/en/dev/ref/models/querysets/#search 

I would recommend two simple additions to the search documentation:

1. Add an example[[BR]]
2. Add a link to MySQL information regarding the database changes






A boolean full-text search, taking advantage of full-text indexing. This is like contains but is significantly faster due to full-text indexing.


{{{
Entry.objects.filter(headline__search=""Django"")
}}}


Note this is only available in [http://dev.mysql.com/doc/refman/5.0/en/fulltext-natural-language.html MySQL and requires direct manipulation] of the database to add the full-text index.


"		closed	Documentation	1.0		fixed	kkmegapatch		Accepted	1	0	0	0	0	0
