-
Notifications
You must be signed in to change notification settings - Fork 106
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
Enable string keyword text filter for committees #5160
Labels
Comments
This was referenced Jul 26, 2022
This was referenced Aug 8, 2022
@fec-jli Can this be closed? |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
What we're after:
As a researcher, I want to be able to filter the following endpoints by keyword or committee ID so that I can return a dataset that is specific to the committee name keyword I'm looking for.
We want to try enabling this text filter in filing endpoint before moving this to other endpoints.
/filings/
and/efile/filings/
, we want to search by keyword or committee ID forfiler_name
In addition, we want to research performance in the follow-up work for these filters that also do not have the capability to search by string keyword text or committee ID for these endpoint fields:
/schedules/schedule_a/
and/schedules/schedule_a/efile/
, we want to search by keyword or committee ID forrecipient_name
/schedules/schedule_b/
and/schedules/schedule_b/efile/
, we want to search by keyword or committee ID forspender_name
/schedules/schedule_e/
and/schedules/schedule_e/efile/
, we want to search by keyword or committee ID forspender_name
/filings/
and/efile/filings/
, we want to search by keyword or committee ID forfiler_name
/reports/presidential/
and/efile/reports/presidential/
, we want to search by keyword or committee ID forfiler_name
/reports/house-senate/
and/efile/reports/house-senate/
, we want to search by keyword or committee ID forfiler_name
/reports/pac-party/
and/efile/reports/pac-party/
, we want to search by keyword or committee ID forfiler_name
Completion criteria
The text was updated successfully, but these errors were encountered: