﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3712	The OR operator (|) in the search engine only accepts binary values	avarab@…	team	"This doesn't work:

{{{
-(railway=*|waterway=*|boundary=*) 
}}}

But these do:

{{{
-((railway=*|waterway=*)|boundary=*)
-railway=* -waterway=* -boundary=*
}}}"	defect	closed	normal		Core	latest	fixed	search	
