quandl / quandl-python

MIT License
1.38k stars 338 forks source link

Add search functionality #7

Closed ihodes closed 11 years ago

ihodes commented 11 years ago

Implemented basic search functionality. (Just .json now)

I couldn't find the docs for search; if there are some, I can add other options as necessary.

Requires json or simplejson to work.

ihodes commented 11 years ago

Ah crud, this pulls in changes I made on master (my mistake) too. 5bbfe90 is the only commit which has anything to do with search functionality.

tammer commented 11 years ago

So what should I do with this PR?

ihodes commented 11 years ago

If you'd like to merge the previous one, the easiest thing would be to merge that first, then accept & merge this PR. Otherwise, I can close this one, and do it the right way! I'm sorry for the trouble (I was in a hurry to push, and I should've taken the extra time to do it right).

ihodes commented 11 years ago

I'm going to resubmit a PR when #6 is accepted, and make this a better feature. Thanks!