nextcloud / nextcloud/cookbook

search filter tooltip has wrong description

Open
#2,593 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug Frontend
Dominant language
HTML
Stars
641
Forks
113
Avg merge
21h 31m
Merged PRs (30d)
26

Description

Description

The search filter tooltip is giving the description for the other setting.

Image

  • (*(*)*) Show recipes containing all selected keywords
  • ( (*) ) Show recipes containing any selected keywords

Reproduction
Steps to reproduce the behavior:

  1. Go to Cookbook > All recipes
  2. Hover over the search filter inclusive / exclusive button

Actual behavior
3. Note that the icon shows the any (*(*)*) icon whereas the tooltip says all
4. Toggle the search filter
5. Note that the icon shows the all ( (*) ) icon whereas the tooltip says any

Expected behavior

Please replace the description in the tooltips with a short description of the current setting:

  • (*(*)*) Inclusive / logical OR: Show recipes containing any selected keywords
  • ( (*) ) Exclusive / logical AND: Show recipes containing all selected keywords

For accessibility reasons there might be a "toggle" or "switch" keyword added to the tooltip to explain that the behaviour will be changed.

Versions
Nextcloud server version: Hub 8 / 29.0.4
Cookbook version: 0.11.2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the search filter inclusive/exclusive control in Cookbook > All recipes and reproduce the tooltip mismatch while toggling it. Update the tooltip descriptions so each reflects the current icon and setting, then verify both states manually, including the accessibility wording if applicable.

Written by the indexing model from the issue text.

Assessment

Tech stack
html
Domain
frontend
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.