-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search, Advanced Search, Oh My! (#3552)
* Enabling advanced search This leaves a basic search in place, and adds an advanced search. Per #3526 for more information and documentation at the top of search.html: All input fields besides UEI/EIN are commented out pending a performance investigation and fix. Summary report downloads are also disabled. ** SUMMARY REPORTS HAVE BEEN RE-ENABLED** However, this commit missed the SF-SAC on overview pages. TBD. Alerts have been put in place. ** ALERTS HAVE BEEN COMMENTED OUT ** To undo this action, complete the following steps. Search filters: 1. Uncomment the search filters ** SEARCH FILTERS UNCOMMENTED FROM search/advanced ** Warnings: 1. Remove search-alert-performance.html and its imports. ** THIS WAS COMMENTED OUT ** 2. Remove the warning banner in header.html ** THIS WAS ALSO COMMENTED OUT ** Summary report downloads: 1. Uncomment the summary report download button here ** THIS WAS UNUNCOMMENTED ** 2. Uncomment the SF-SAC download button in summary.html ** THIS WAS NOT DONE - NEXT COMMIT ** 3. Remove the forced Http404 in SingleSummaryReportDownloadView (dissemination/views.py) ** I HAVE NO IDEA IF THIS WAS DONE... TBD ** * Uncommenting the SF-SAC on summary pages * Correctly flip between basic/advanced Adds a flag for advanced search. * Linting results. * Fix linting * A fix on the adv search code And test. * Updating text * Update search-alert-info.html Copy edits to "Basic Search" and "Advanced Search" sentences. * Enabling single summary report download * cleanup * update views for advanced search * lint * general params and MP logic * invert the general params * invert the inversion * update test_search * fix summary download tests in test_views --------- Co-authored-by: Hassan D. M. Sambo <[email protected]> Co-authored-by: Laura H <[email protected]> Co-authored-by: Daniel Swick <[email protected]>
- Loading branch information
1 parent
f333bfe
commit f076466
Showing
13 changed files
with
710 additions
and
243 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.