Opened 13 years ago
Closed 12 years ago
#93 closed defect (fixed)
URL Call doesn't seem to work
Reported by: | bfischer | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 2.6 |
Component: | GeoMOOSE/JS | Version: | 2.6 |
Keywords: | Cc: | bfischer |
Description
When I try to use the URL call on application startup to zoom to a selected feature it doesn't seem to work. Here's the example I was trying http://gmtrunk.houstoneng.net/?call=search_parcels&comparitor0=in&fieldname0=PIN&delim0=%20&value0=130240001025%20130230001025
Change History (4)
comment:1 by , 13 years ago
Status: | new → testing |
---|
comment:2 by , 12 years ago
A url call like this seems to work, http://www.geomoose.org/demo/geomoose.html?call=search_parcels&comparitor0=contains&fieldname0=PIN&value0=130240001025
comment:3 by , 12 years ago
This seems to work for me as well without the IN. I also tested it with other search parameters as follows:
It works...
I understand "IN" is not implemented. I will add a new ticket for "IN" as an enhancement for 2.6.1 as I do not know if this was in 2.4.
SO... BRIAN CAN WE CLOSE THIS??
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | testing → closed |
Works for me. Let's leave the "IN" addition to the query service for version 2.6.1.
The functionality wasn't implemented. Also, the "in" operator doesn't appear to be apart of the standard GeoMOOSE query.php.
We could add it but please ensure examples *should* work with the demo.
r782