I have created a search form with a single input, the query runs find, but always returns all results, the ask later never seems to connect.
Could not figure out what I is wrong with this, so I looked at the CRM app. Seems the search in the banner is not working either, although the results I get on that one are really odd and might not be related.
Am I doing something wrong, is this a defect, both?
<input type="text" name="Goals" id="Goals" size="20" title="Enter Goal Name, Owner, or Record ID">
<input type="button" onclick="var params = {}; params ['Parameter'] = document.getElementById ('Goals').value; AwareApp.runQueryWithParams('Fast_Find_Goals', params, 'new_tab'); return false;" value="Go" name="B1" title="Click to start search">