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

hide search text field in the filter section if the number of facet values does not exceed the maximum number of facet values shown #2352

Closed
saschaszott opened this issue Jul 4, 2023 · 2 comments
Labels
Milestone

Comments

@saschaszott
Copy link
Contributor

The search text field below the facet values is not necessary if all facet values are shown, i.e. the current number of facet values does not exceed the maximum number of facet values that can be shown in a filter section. The red marked text fields in the screenshot can be omitted.

image

@saschaszott saschaszott added needs triage New issue needs triage and/or scheduling new feature labels Jul 4, 2023
@tdonohue tdonohue added improvement usability ux User Experience related works help wanted Needs a volunteer to claim to move forward low priority and removed new feature needs triage New issue needs triage and/or scheduling labels Jul 5, 2023
@floriangantner
Copy link
Contributor

We've solved the problem on our running dspace-cris instance by only showing the suggestions if the lastPage of the facet values entries is not reached <ds-filter-input-suggestions *ngIf="!(isLastPage$ | async)" [suggestions]="(filterSearchResults | async)". This should concern

<ds-filter-input-suggestions [suggestions]="(filterSearchResults | async)"
, and . If no other volunteer has some better solution/idea we might take over this job. :)

@tdonohue
Copy link
Member

Closing, fixed by #3061 (for 7.x) and #3097 (for 8.x)

@tdonohue tdonohue removed the help wanted Needs a volunteer to claim to move forward label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

3 participants