Skip to content

ObjectSuggestions: Fix exotic columns match #1102

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sukhwinder33445
Copy link
Contributor

These columns should only be displayed if the full column name is explicitly specified by the user.
For example: name_checksum should show matches, but (name|checksum|_checksum|ame_checksum) should not.
Previously, exotic columns were also suggested, even if only the column name suffix matched

These columns should only be displayed if the full column name is explicitly specified by the user.
   For example: `name_checksum` should show matches, but (`name|checksum|_checksum|ame_checksum`) should not.
Previously, exotic columns were also suggested, even if only the column name suffix matched
@sukhwinder33445 sukhwinder33445 self-assigned this Nov 27, 2024
@cla-bot cla-bot bot added the cla/signed CLA is signed by all contributors of a PR label Nov 27, 2024
@sukhwinder33445 sukhwinder33445 added the bug Something isn't working label Nov 27, 2024
@nilmerg
Copy link
Member

nilmerg commented Jul 10, 2025

I am not sure about the necessity of this change. Are there chances for false positives? I mean sure, id is sufficiently short that it may match with custom variables, but since #1215 that seems to be mitigated somewhat. Also, this change doesn't help here anyway, since id is most of the time the full name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cla/signed CLA is signed by all contributors of a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants