socrata - How do I do column contains with API -


with gui can filter on column contains. api not seem allow that. there anyway api?

what think you're looking like soql function, available on text. you'll need make sure you're using latest version of dataset's api, , can find instructions on how locate that in developer portal's changelog.

for example:

https://open.whitehouse.gov/resource/9j92-xfdk.json?$where=position_title '%25assistant%25' 

Comments

Popular posts from this blog

java - Null response to php query in android, even though php works properly -

node.js - Using Node without global install -

php - CakePHP HttpSockets send array of paramms -