teableio / teable

✨ The Next Gen Airtable Alternative: No-Code Postgres
https://teable.io
GNU Affero General Public License v3.0
7.63k stars 307 forks source link

Unable to get filtered results when filter is applied on a field where users looked up from another table. #584

Closed solankimihir closed 1 month ago

solankimihir commented 2 months ago

Describe the bug If you have a field which looks up users from another table, and then you try to apply filter to that field to filter out rows mapped to specific user, I get 0 records.

To Reproduce Create a table with clients as such: image

Create a table with Tasks (Linking to the clients table above): image

Now Lookup the "Mapped to" user from Clients table in Tasks Table: The Tasks table would look as follows: image

Now apply filter for a specific user: image

After applying filter, the filters, 0 records are fetched: image

Expected behavior Tasks mapped to that specific user must be shown as filtered rows

Screenshots Screenshots in line with description above.

Client (please complete the following information):

Platform (Please tell us which deployment version you are using) Teable.io and Docker both have same issues

Additional context N/A

tea-artist commented 1 month ago

This is a known issue and we will fix it #543

solankimihir commented 1 month ago

I am dumb! The original issue is also created by me. :smh: . Closing this issue. My apologies for the duplication.