[mapguide-users] REST Broken Parts or being Used Incorrectly? Jackie?
GordonL
gordon.luckett at arrowgeomatics.com
Mon Nov 16 07:53:14 PST 2015
Your filter cannot use "LIKE" if your columns are numeric in mapguide-rest.
For example, I cannot do this:
http://localhost/mapguide/rest/library/Samples/Sheboygan/Layers/Parcels.LayerDefinition/features.geojson?filter=RYEAR
like '200%'
but I can do this:
http://localhost/mapguide/rest/library/Samples/Sheboygan/Layers/Parcels.LayerDefinition/features.geojson?filter=RYEAR
= 2000
I don't know if that is a bug or just a limitation of mapguide-rest...
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/REST-Broken-Parts-or-being-Used-Incorrectly-Jackie-tp5236035p5236673.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
More information about the mapguide-users
mailing list