ProfessionalWiki / ProfessionalWiki/WikibaseFacetedSearch
Handle checked value when there are too many facet values
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 6
- Forks
- 3
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 2
Description
There is a limit on the number of facet values to display in the filter. When a selected value is not rendered, then the frontend causes 2 problems:
- checked value is not shown at the top (as per #177)
- when toggling AND/OR the value is discarded
https://github.com/user-attachments/assets/13a53c4d-78b3-4b9c-885e-9937fd16769e
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Reproduce the filter with more facet values than the display limit, select a value that is hidden, and inspect the frontend handling when toggling AND/OR. Done means the selected value remains visible at the top and is not discarded when the mode changes, as described in #177.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- frontend, search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100