<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
I have a fresh install of RT 4.0.5 on a new server. I pointed this new instance to an existing RT 4.0.2 database (after running the db upgrade script).<div><br></div><div>The problem I am having is that the query builder: </div><div><br></div><div>Existing saved searches execute with no problems. All new searches end-up URL encoded, thus fail to run and "0 results" are returned. For example, a search like 'id = 12345' is getting executed as 'id%20%3D%2012345'.</div><div><br></div><div>Once the query executes and returns nothing, a click on "Advanced" from the results page will show the query and format as URL encoded strings... nothing is getting decoded before execution.</div><div><br></div><div>Configuration (Apache conf and RT_SiteConfig) are the same.</div><div><br></div><div>Any ideas? I am completely at a loss.</div>                                    </div></body>
</html>