You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a discrepancy in search results when a space is added after a keyword. The issue impacts the visibility of search results and is counterintuitive for users who expect similar results regardless of trailing spaces.
Example:
Search for a keyword, e.g., User.
Result: 40 results are displayed.
Search for the same keyword with a trailing space, e.g., User .
Result: Many icons or results disappear.
Expected Behavior:
The search functionality should focus on the keyword itself, ignoring any trailing spaces. Adding a space after a keyword should not alter the results.
The text was updated successfully, but these errors were encountered:
There is a discrepancy in search results when a space is added after a keyword. The issue impacts the visibility of search results and is counterintuitive for users who expect similar results regardless of trailing spaces.
Example:
Search for a keyword, e.g., User.
Result: 40 results are displayed.
Search for the same keyword with a trailing space, e.g., User .
Result: Many icons or results disappear.
Expected Behavior:
The search functionality should focus on the keyword itself, ignoring any trailing spaces. Adding a space after a keyword should not alter the results.
The text was updated successfully, but these errors were encountered: