Select to view content in your preferred language

Return all records using the Find Operation

815
1
06-22-2012 08:14 AM
KentuckyDGI
Emerging Contributor
Is it possible to use the Find operation for Map Services and have it return all the records? I tried some basic wildcard operators in the searchText parameter but was unable to return any results.
0 Kudos
1 Reply
nicogis
MVP Alum
I think that you must use Query in rest because here you have where (you can do a simple 1=1). In find the function esri compare with equal (and manage contain) and for issue with sql injection I don't think that you can set subquery or find: ('Test' or 1=1)
0 Kudos