18F / fbopen

[DEPRECATED] An open API server, data import tools, and sample apps to help small businesses search for opportunities to work with the U.S. government.
Other
101 stars 45 forks source link

Finish implementing query params #23

Closed arowla closed 10 years ago

arowla commented 10 years ago

The esearch branch does not yet support all of the query parameters that are supported in master. We need to finish converting them all to Elasticsearch-ese.

arowla commented 10 years ago

There are now tests for the API to help avoid regressions when implementing query params.

https://github.com/18F/fbopen/commit/6f1c6962e97ec54b5d6ea84bb6839a7f1ab70481

arowla commented 10 years ago

Need to get better at referencing issues in commit messages... c51c67431b

arowla commented 10 years ago

All of the needed query parameters have been reimplemented. Going to move any remaining tangential issues to their own tickets.