-
Notifications
You must be signed in to change notification settings - Fork 40
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
Links to filings datatable with committee_id do not work-Front-end Redirects Research #5707
Comments
Three brainstorming ideas:
NOTE: Also @fec-jli mentioned that, of the two parameters, |
sample api urls: |
Had a convo with back-end and database about this issue and we came to the following three issues that need resolution:
|
Follow-up Typeahead research ticket #5800 |
Summary
The link to an unverified committee doesn't seem to work anymore., https://www.fec.gov/data/filings/?data_type=processed&committee_id=C00780197, but links to unverified candidates seem to still work, https://www.fec.gov/data/filings/?data_type=processed&candidate_id=H8NC00023.
committee_id
withq_filer
(in the URL) for a verified committee, it returns the correct datacommittee_id
withq_filer
(in the URL) for the unverified committee C00780197, there is no data. @PaulClark2 says that he expects 9 filings to appear for this committee.Related:
Replace committee_id with q_filer #5512
[MERGE BEFORE RELEASE 09/20/22 ]Combo text/typeahead search for committee field on filings and reports #5408
What happened?
https://www.fec.gov/data/filings/?data_type=processed&committee_id=C00780197 shows all filings with no filter
What should have happened?
https://www.fec.gov/data/filings/?data_type=processed&committee_id=C00780197 should show nine filings for the unverified committee.
Completion CriteriaPossible tech stepsCompletion criteria
The text was updated successfully, but these errors were encountered: