You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What we're after: When trying to click on the individual contributions datatable link from a committee canonical page, it does not correctly filter the value of N/A. It appears to strip out the / and interprets it as strictly NA.
@patphongs , A URL with N/A will always be changed to N%2FA by the browser. So whether we put N/A in a link to filtered datatable or a user puts N/A in the employer field on a datatable, the API call will always turn it into N%2FA. The filter tags and the checkbox select may show N/A verbatim, but it is always calling N%2FA which does not return only contributors who submitted N/A, verbatim.
Summary
What we're after:
When trying to click on the individual contributions datatable link from a committee canonical page, it does not correctly filter the value of
N/A
. It appears to strip out the/
and interprets it as strictlyNA
.https://www.fec.gov/data/committee/C00213512/?tab=raising#section-3
Completion criteria
The text was updated successfully, but these errors were encountered: