Skip to content
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

Filtering Lookup does not work if the source field is "User" #543

Open
solankimihir opened this issue Apr 8, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@solankimihir
Copy link

Describe the bug
If you lookup any field which is a "User" type from Table B to Table A, and then apply filter on that lookup. The filter will not work correctly.

To Reproduce
Steps to reproduce the behavior:

  1. Create Table A with a column for "User Type"
  2. Create Table B
  3. Link Table A and B [(Table A)One to Many(Table B)]
  4. In Table B , create a new column with "Look up" to Table A "User Type" column
  5. Apply Filter in Table B. The filter will not work correctly.

Expected behavior
I should be able to filter based on user name in Table B

Screenshots
Table A:
image

Table B:
image

Relation of Table A and Table B:
image

Filter Applied:
image

After applying filter, the results is blank.
Ideally, I should be seeing 2 records mapped to me.
image

** Client (please complete the following information):**

  • OS: [e.g. iOS] : Windows 11
  • Browser [e.g. chrome, safari] : Firefox
  • Version [e.g. 22] 124.0.2 (64-bit)

Platform (Please tell us which deployment version you are using)

  • Teable IO
  • StandAlone Docker
@solankimihir solankimihir changed the title Lookup does not work if the source field is "User" Filtering Lookup does not work if the source field is "User" Apr 8, 2024
@tea-artist
Copy link
Contributor

Thank you for your detailed feedback, We reproduced the bug and will fix it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants