-
Notifications
You must be signed in to change notification settings - Fork 440
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
Advance search search page #2608
Conversation
change comment of homepage-config.interface.ts
Hi @GauravD2t, |
25302ce
to
32bac12
Compare
…vD2t/Advanced-search into advance-search-search-page
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.
@GauravD2t : I retested this today and it's working much better now. I've only found one bug.
- If the Advanced Search returns no results, all of the additional "Filters" disappear. See this screenshot where the "Author", "Subject", Date", etc have all disappeared from the "Filters" sidebar
- Here's how I reproduced that
- Go to the Search page, and perform a "Title" "Equals" search for a title that doesn't exist
- You'll get no results and all the other filters will disappear from the page.
Beyond that, I also have noticed that there are still i18n keys being removed from the en.json5
file. Removing those i18n keys causes other features to break. So this MUST be fixed before this PR can be merged.
filters come base on searching value |
Hi @GauravD2t, |
190205a
to
bfeeeac
Compare
…vD2t/Advanced-search into advance-search-search-page
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.
👍 @GauravD2t : Thanks for the updates & for explaining why the filters disappear when a search fails. This looks good to me now. That said, I did need to correct a minor typo in config.example.yml
as it said filters
instead of filter
. Once this completes it's rebuild, I'll merge it.
References
Description
The operator drop-down list should have four values: Contains, Not Contains, Equals, and Not Equals.
The operator drop-down list should move above the text field in the Advanced Search section.
The advanced search options should be removed from individual facets (Author, Subject, etc)
Instructions for Reviewers
Please add a more detailed description of the changes made by your PR. At a minimum, providing a bulleted list of changes in your PR is helpful to reviewers.
List of changes in this PR:
Include guidance for how to test or review your PR. This may include: steps to reproduce a bug, screenshots or description of a new feature, or reasons behind specific changes.
Checklist
This checklist provides a reminder of what we are going to look for when reviewing your PR. You need not complete this checklist prior to creating your PR (draft PRs are always welcome). If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!
yarn lint
yarn check-circ-deps
)package.json
), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.