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

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

node.js - Using Node without global install -

java - JavaScript + Thymeleaf - select onchange -