Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't filter analytics by HTTP method #401

Closed
GUI opened this issue Aug 17, 2017 · 1 comment
Closed

Can't filter analytics by HTTP method #401

GUI opened this issue Aug 17, 2017 · 1 comment

Comments

@GUI
Copy link
Contributor

GUI commented Aug 17, 2017

In the admin analytics, you can't actually filter the results by "Request: HTTP Method." Trying to filter to POST/GET/DELETE/etc requests via this drop down always results in 0 results.

However, you can filter by this field using the advanced query syntax: https://api.data.gov/admin/#/stats/logs?query=&search=request_method%3APOST

I haven't dug into it, but I suspect something is amiss with the case-sensitivity handling for this field, since I think this is one of the few fields that we handle case-insensitively, but by uppercasing everything (rather than how we normally downcase other fields we want to handle case-insensitively).

@GUI GUI added the bug label Aug 17, 2017
@GUI
Copy link
Contributor Author

GUI commented Apr 12, 2018

Fixed by NREL/api-umbrella@cf542f5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant