-
Notifications
You must be signed in to change notification settings - Fork 5
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
19 site search #372
19 site search #372
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #372 +/- ##
===========================================
+ Coverage 98.18% 98.23% +0.05%
===========================================
Files 88 89 +1
Lines 3638 3747 +109
===========================================
+ Hits 3572 3681 +109
Misses 66 66 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. A few questions and suggestions, no major concerns.
Not sure if it's in scope for this PR, but looks like it would be easy to add a site search config like we did for PPA; would be great to add at some point. See: https://github.com/Princeton-CDH/ppa-django/blob/main/templates/base.html#L23-L26
Forgot to respond to your questions (although I feel like they are more for Gissoo than for me).
|
aaf491d
to
4d56c8f
Compare
added OpenSearch stuff from PPA, thx for mentioning that |
fwiw i did too, but it turned out to be too long on mobile 😞 |
88a2c3a
to
731a478
Compare
This PR implements the site search page (#19). For designs, see:
I tried to interpret the search form and how it would fit into the page as best I can, but I think some more discussion is needed to disambiguate the form on this page from the one in #359, which will appear in the top navigation bar (and is not part of this issue).
Would appreciate advice on things like the placeholder text and "no results found" text. The page also doesn't have a title (or rather, the default title of "Search" is hidden) — should it be visible instead?