﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
6773	get_pages fixes	filosofo	anonymous	"get_pages queries don't work as expected: 
 * meta_key and meta_value are listed as separate potential parameters, but they have to be used together, or you get really odd behavior.  One should be able to use them separately, as in the following example, which should return an array of pages with the meta_key of 'whatever':
{{{$pages = get_pages(array('meta_key' => 'whatever'));}}}
[[br]]The above fails fatally.
 * LEFT JOIN is more efficient 
"	defect (bug)	closed	normal	2.6	General		normal	fixed	get_pages has-patch	filosofo
