Add committee id to tsvector column in five materialized views #5231
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary (required)
Add committee id to newly created tsvector column to make id a searchable item.
API:
/reports/presidential/
/reports/house-senate/
/reports/pac-party/
/schedules/schedule_e/
/filings/
Required reviewers
1-2 developers
How to test
pytest
to test all test casesflyway migrate
to test migrationmodels/filings.py:
models/reports.py
models.py/itemized.py
http://127.0.0.1:5000/v1/filings/?per_page=20&sort_null_only=false&sort_hide_null=false&filer_name_text=C0008&sort_nulls_last=false&page=1&sort=-receipt_date
http://127.0.0.1:5000/v1/filings/?per_page=20&sort_null_only=false&sort_hide_null=false&filer_name_text=amer&sort_nulls_last=false&page=1&sort=-receipt_date
http://127.0.0.1:5000/v1/schedules/schedule_e/?sort_nulls_last=false&per_page=20&spender_name_text=san&sort=-expenditure_date&sort_null_only=false&sort_hide_null=false
http://127.0.0.1:5000/v1/schedules/schedule_e/?sort_nulls_last=false&per_page=20&spender_name_text=s&sort=-expenditure_date&sort_null_only=false&sort_hide_null=false
http://127.0.0.1:5000/v1/schedules/schedule_e/?sort_nulls_last=false&per_page=20&spender_name_text=C900&sort=-expenditure_date&sort_null_only=false&sort_hide_null=false
http://127.0.0.1:5000/v1/reports/presidential/?filer_name_text=C006&sort=-coverage_end_date&sort_hide_null=false&page=1&sort_nulls_last=false&sort_null_only=false&per_page=20
http://127.0.0.1:5000/v1/reports/presidential/?filer_name_text=amer&sort=-coverage_end_date&sort_hide_null=false&page=1&sort_nulls_last=false&sort_null_only=false&per_page=20
http://127.0.0.1:5000/v1/reports/presidential/?filer_name_text=am&sort=-coverage_end_date&sort_hide_null=false&page=1&sort_nulls_last=false&sort_null_only=false&per_page=20
http://127.0.0.1:5000/v1/reports/house-senate/?filer_name_text=C006&sort=-coverage_end_date&sort_hide_null=false&page=1&sort_nulls_last=false&sort_null_only=false&per_page=20
http://127.0.0.1:5000/v1/reports/house-senate/?filer_name_text=Amer&sort=-coverage_end_date&sort_hide_null=false&page=1&sort_nulls_last=false&sort_null_only=false&per_page=20
http://127.0.0.1:5000/v1/reports/house-senate/?filer_name_text=Am&sort=-coverage_end_date&sort_hide_null=false&page=1&sort_nulls_last=false&sort_null_only=false&per_page=20
http://127.0.0.1:5000/v1/reports/pac-party/?filer_name_text=C006&sort=-coverage_end_date&sort_hide_null=false&page=1&sort_nulls_last=false&sort_null_only=false&per_page=20
http://127.0.0.1:5000/v1/reports/pac-party/?filer_name_text=C0&sort=-coverage_end_date&sort_hide_null=false&page=1&sort_nulls_last=false&sort_null_only=false&per_page=20
http://127.0.0.1:5000/v1/reports/pac-party/?filer_name_text=can&sort=-coverage_end_date&sort_hide_null=false&page=1&sort_nulls_last=false&sort_null_only=false&per_page=20