-
Notifications
You must be signed in to change notification settings - Fork 6.4k
"No matching name" found when it clearly has been found #7231
Copy link
Copy link
Closed
Labels
.Team/QueryingPriority:P1Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctnessSecurity holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctnessQuerying/NativeThe SQL/native query editorThe SQL/native query editorQuerying/Parameters & VariablesFilter widgets, field filters, variables etc.Filter widgets, field filters, variables etc.Querying/RemappingRemapped display values, whether human-readable values or Field->Field remappingsRemapped display values, whether human-readable values or Field->Field remappingsType:BugProduct defectsProduct defects
Milestone
Description
This is with 0.28.3
When I use the search widget for a User ID in a SQL query it tells me "No matching first name found":
but when I hit enter the first name clearly was found because it shows up on the screen.
Steps to repro:
- Connect the Metabase database (I'm using Postgres)
- Create new SQL question using this SQL:
SELECT COUNT(*) FROM core_user WHERE {{user}}
- Wire up
userparam as Field Filter oncore_user.idwith Filter Widget Type ofID. No default value - Try to use
Usersearch widget and type in the ID of a User - "No First Name Found" pops up in widget
- Hit enter to choose ID
- First name shows up
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
.Team/QueryingPriority:P1Security holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctnessSecurity holes w/o exploit, crashing, setup/upgrade, login, broken common features, correctnessQuerying/NativeThe SQL/native query editorThe SQL/native query editorQuerying/Parameters & VariablesFilter widgets, field filters, variables etc.Filter widgets, field filters, variables etc.Querying/RemappingRemapped display values, whether human-readable values or Field->Field remappingsRemapped display values, whether human-readable values or Field->Field remappingsType:BugProduct defectsProduct defects

