Filter do not working properly


As shown in screen short when I searched for 'Praachi Goenka' , it shows me nothing. But you can see just below there are so many entries for 'Praachi Goenka' . The value also not shown in added by filter (see second screen short for refrence)

EVEN IF I AM CREATING ANY VIEW , I CAN SHOW THE DATA FOR 'Praachi Goenka'. Only problem in filter.

Diagnosis INFO:
{
"browser-info": {
"language": "en-GB",
"platform": "MacIntel",
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.61 Safari/537.36",
"vendor": "Google Inc."
},
"system-info": {
"file.encoding": "UTF-8",
"java.runtime.name": "OpenJDK Runtime Environment",
"java.runtime.version": "11.0.15+10",
"java.vendor": "Eclipse Adoptium",
"java.vendor.url": "https://adoptium.net/",
"java.version": "11.0.15",
"java.vm.name": "OpenJDK 64-Bit Server VM",
"java.vm.version": "11.0.15+10",
"os.name": "Linux",
"os.version": "5.4.0-1066-aws",
"user.language": "en",
"user.timezone": "GMT"
},
"metabase-info": {
"databases": [
"h2",
"postgres",
"mongo"
],
"hosting-env": "unknown",
"application-database": "postgres",
"application-database-details": {
"database": {
"name": "PostgreSQL",
"version": "12.8"
},
"jdbc-driver": {
"name": "PostgreSQL JDBC Driver",
"version": "42.3.2"
}
},
"run-mode": "prod",
"version": {
"date": "2022-05-02",
"tag": "v0.43.0",
"branch": "release-x.43.x",
"hash": "ee686fc"
},
"settings": {
"report-timezone": "Asia/Calcutta"
}
}
}

Hi @varnika
Upgrade to latest release: https://github.com/metabase/metabase/releases/latest
And read this: https://www.metabase.com/docs/latest/troubleshooting-guide/filters.html#are-you-seeing-a-different-kind-of-input-widget-than-you-expected

I have updated my metabase to the latest version, but still facing same issue.
Also read the articles you sent, but my filter problem not in Dashboard. It is occur in database table itself.

@varnika Then include the field metadata by going to the URL /api/field/123, where 123 is the field ID of added_by. You can see the field ID by going to Admin > Data Model > (db) > (table) > (column) :gear: > look in the URL, which looks like .../123/general