[Geomoose-users] No Results Returned in Itemquery

Dave Misun dmisun at kapur-assoc.com
Mon Mar 15 16:24:06 EDT 2010


Hello GM Users,

I'm trying to deploy a search function that will find a parcel by taxkey. I search on a particular taxkey number verbatim (copy & paste), but no items are returened. The error message and my application parameters are shown below.

Any suggestions are greatly appreciated.

Dave Misun

Error Message:
Warning: [MapServer Error]:
msQueryByRect(): No matching record(s) found. in
C:\ms4w\apps\geomoose2\htdocs\php\query.php 
on line 321 GeoMOOSE Item Query Service

No results found for your query!
--------------------------------------------------------------------------------------------------
Settings.ini:
[itemquery]
itemquery_header=itemquery/header.html
itemquery_footer=itemquery/footer.html
itemquery_miss=itemquery/miss.html

--------------------------------------------------------------------------------------------------

Mapbook.xml:
<service name="search_parcels">
        <url>php/query.php</url>
        <step type="input">
                <input type="select" name="fieldname0" title="Search By:">
                        <option value="TAXKEY">TAXKEY</option>
                </input>
                <input type="hidden" name="comparitor0" value="like-icase"/>
                <input type="user" name="value0" title=""/>
                <input type="hidden" name="layer0" value="bloomfield/bloomfield_parcels"/>
                <input type="hidden" name="template0" value="itemquery"/>
				
				<input type="hidden" name="zoom_to_first" value="true"/>
                <input type="hidden" name="highlight" value="true"/>
                <input type="hidden" name="mode" value="search"/>
        </step>
	</service>
--------------------------------------------------------------------------------------------------

Mapfile:
METADATA
	'identify_record'	  		'identify_bloomfield_parcels.html'
	'itemquery'			'search_bloomfield_parcels.html'
END



More information about the Geomoose-users mailing list