-
Notifications
You must be signed in to change notification settings - Fork 25
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
156 searchwindow use edition path for collection function #463
156 searchwindow use edition path for collection function #463
Conversation
This still needs some work. There's inline function documentation missing and the kwic results are not output properly, i.e. only the search terms without context. I will look into these issues. |
ea41f9c
to
b23fc14
Compare
I think I fixed the remaining points (function documentation, KWIC, top bar text input). There's yet another thing, i.e. the CSS styling which seems to be missing. Neither the KWIC display seems adequate nor are the search terms highlighted in the text (although the className Some Screenshots to illustrate the CSS issue: |
e77fa3c
to
0ad3949
Compare
The `edition` parameter is automatically added by `window.doAJAXRequest`
and fix parameter name from `uri` to `edition`
when query terms are entered via the top bar text input
according to the Style Guide
cc547a6
to
eb5c7f4
Compare
pinging @roewenstrunk and @bwbohl to review |
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.
Tested with Klarinettenquintett
Description, Context and related Issue
Refs #
How Has This Been Tested?
Types of changes
Checklist