Add bulk search link to advanced search#12396
Open
Shikhar-395 wants to merge 1 commit intointernetarchive:masterfrom
Open
Add bulk search link to advanced search#12396Shikhar-395 wants to merge 1 commit intointernetarchive:masterfrom
Shikhar-395 wants to merge 1 commit intointernetarchive:masterfrom
Conversation
Member
|
Thanks for the PR, @Shikhar-395! 🤖 Copilot has been assigned for an initial review. @RayBB is assigned to this PR and currently has:
PR triage checklist (maintainers / Pam)
Note This comment was automatically generated by Pam, Open Library's Project AI Manager, on behalf of @mekarpeles. Pam is designed to provide status visibility, perform basic project management functions and relevant codebase research, and provide actionable feedback so contributors aren't left waiting. |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a discoverability link for the Bulk Search feature by surfacing “Bulk Search (beta)” on the Advanced Search page (per #9715), without adding it to the main search UI.
Changes:
- Add “Bulk Search (beta)” link to the Advanced Search page’s helper links.
- Update i18n message references to include the Advanced Search template as a source for the existing “Bulk Search (beta)” string.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
openlibrary/templates/search/advancedsearch.html |
Adds a /search/bulk link labeled “Bulk Search (beta)” alongside existing search helper links. |
openlibrary/i18n/messages.pot |
Updates source references for the existing “Bulk Search (beta)” msgid to include search/advancedsearch.html. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #9715
Summary
Adds a
Bulk Search (beta)link to the advanced search page so the bulk search feature is discoverable without exposing it broadly in the main search UI.Screenshot
Before


After
Stakeholders
@RayBB