-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: Board - Filter
-
None
-
Minor
Issue Summary
There is a discrepancy between the filtering functionality in the board on mobile and web versions. When filtering by a keyword, the mobile version returns more results than the web version for the same search term. For example, filtering with "cre" on mobile shows both "Concrete" and "Creation," whereas the web version only shows one result ("Creation"). The mobile filter behavior needs to be aligned with the web version for consistency.
Steps to Reproduce
- Create a board with two cards: one named "Concrete" and the other "Creation."
- Open the board on the mobile version.
- Use the filter option and enter "cre."
- Observe that both "Concrete" and "Creation" appear in the filtered results.
- Open the same board on the web version.
- Use the filter option and enter "cre."
- Observe that only one result appears in the filtered results.
- Note the inconsistency between the mobile and web filtering behavior.
Expected Results
Mobile needs to be aligned with the web version on filtering.
Actual Results
Different behavior: mobile considers the filters the words in the middle of the name, while the web version requires the start of the name.
Workaround
None