Skip to content
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

Search page filtering fields that are not in that collection #1274

Closed
chalkos opened this issue Jul 16, 2018 · 0 comments
Closed

Search page filtering fields that are not in that collection #1274

chalkos opened this issue Jul 16, 2018 · 0 comments
Assignees
Milestone

Comments

@chalkos
Copy link
Contributor

chalkos commented Jul 16, 2018

The search page lets users select the entity type on the left side of the search input.

When arriving from a page that sets a base filter, like clicking the "in this package" button of an AIP, if the user changes the entity type (and hits the search button) an exception like this may appear:

RequestNotValidException
org.apache.solr.common.SolrException: undefined field aipId
@chalkos chalkos added the bug label Jul 16, 2018
@chalkos chalkos added this to the 2.3.0 milestone Jul 16, 2018
@nunovieira220 nunovieira220 removed their assignment Aug 9, 2018
chalkos added a commit that referenced this issue Aug 22, 2018
Fix #1319 by refactoring search (details in the issue)
Fix #1274 by replacing parameter `aipId` with `parentId` in the Catalogue search, when the filter is being applied to a list of AIPs
chalkos added a commit that referenced this issue Aug 22, 2018
Fix #1319 by refactoring search (details in the issue)
Fix #1274 by replacing parameter `aipId` with `parentId` in the Catalogue search, when the filter is being applied to a list of AIPs
chalkos added a commit that referenced this issue Aug 22, 2018
Fix #1302 by implementing the suggested UI changes
Fix #1319 by refactoring search (details in the issue) and making other improvements to the UI codebase
Fix #1274 by replacing parameter `aipId` with `parentId` in the Catalogue search, when the filter is being applied to a list of AIPs
chalkos added a commit that referenced this issue Aug 22, 2018
Fix #1302 by implementing the suggested UI changes
Fix #1319 by refactoring search (details in the issue) and making other improvements to the UI codebase
Fix #1274 by replacing parameter `aipId` with `parentId` in the Catalogue search, when the filter is being applied to a list of AIPs
chalkos added a commit that referenced this issue Aug 22, 2018
Fix #1302 by implementing the suggested UI changes
Fix #1319 by refactoring search (details in the issue) and making other improvements to the UI codebase
Fix #1274 by replacing parameter `aipId` with `parentId` in the Catalogue search, when the filter is being applied to a list of AIPs
chalkos added a commit that referenced this issue Aug 22, 2018
Fix #1302 by implementing the suggested UI changes
Fix #1319 by refactoring search (details in the issue) and making other improvements to the UI codebase
Fix #1274 by replacing parameter `aipId` with `parentId` in the Catalogue search, when the filter is being applied to a list of AIPs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants