﻿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
5499	INTERSECT Query in DB-API	tunix@…	nobody	"In my example, I have a model called Event. I have a search box and want to search against 3 fields of the model: title, tags and text. When the user types ""keg"" in the box, all events that have ""keg"" in their title OR tags OR text will be displayed. If the user types ""keg"" and ""ger"" in the box, then all events that both have ""keg"" and ""ger"" in their title OR tags OR text will be displayed.

As a result, the queries must be intersected to do achieve this. It would be nice if we could have a intersect() function in the DB-API."		closed	Database layer (models, ORM)	dev		wontfix	db api intersect		Unreviewed	0	0	0	0	0	0
