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
In our HTML tables, it is natural to be able to want to filter in a case-insensitive way, for example with regards to task names or other textual columns. We could support this via a checkbox in the filter overlay.
The text was updated successfully, but these errors were encountered:
It might be easier to just filter case-insensitive and to not provide the user a new checkbox for that. If any user later explicitly requests a specific feature for case-sensitive filtering, then think about adding the checkbox.
@PhilippWendler For case-insensitive way, I am converting the strings to lowercase and then comparing. Please review my PR #1004 if the changes are acceptable. Attached is the working video of the same.
CaseInsensitiveFiltering-2024-02-29_02.44.52.mp4
Also Thank you for merging my previous PR #1002. But I didn't check the text-filtering before commit 47cd777 and it was producing an error . Here is the screenshot of it. I sincerely apologize for my oversight and it will not happen again. I have added a commit Fixed setDisableTaskText error to fix that.
It might be easier to just filter case-insensitive and to not provide the user a new checkbox for that. If any user later explicitly requests a specific feature for case-sensitive filtering, then think about adding the checkbox.
Indeed. A small internal poll in our group also produced 100% support for this, so let's proceed in this manner (as done in #1004).
In our HTML tables, it is natural to be able to want to filter in a case-insensitive way, for example with regards to task names or other textual columns. We could support this via a checkbox in the filter overlay.
The text was updated successfully, but these errors were encountered: