worldbank / dkanr

General purpose R client to the DKAN Open Data platform
Other
7 stars 3 forks source link

list_nodes() not filtering titles #4

Closed seladore closed 7 years ago

seladore commented 7 years ago

Using the demo dkan site and the list_nodes function, passing title in the vector does not yield expected results.

library(dkanr)
url <- 'http://demo.getdkan.com'
dkanr_setup(url)
list_nodes(filters=c(title="Florida Bike Lanes"))
# expect one resource, but output shows empty list
tonyfujs commented 7 years ago

fixed (ref: commit 5679a20a8dc88852dde335558cb6b6c2f8670940)