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

[IX] - Misbehavior on multi-select (and maybe select) value selector #7548

Open
txau opened this issue Dec 13, 2024 · 3 comments
Open

[IX] - Misbehavior on multi-select (and maybe select) value selector #7548

txau opened this issue Dec 13, 2024 · 3 comments

Comments

@txau
Copy link
Collaborator

txau commented Dec 13, 2024

Describe the bug
On this control:

image

Apparently there is a limit to the amount of values, resulting in some values never appearing. Search function only iterates over the limited list, so there is no way to get the over flooding values.

To Reproduce
Steps to reproduce the behavior:

  1. Create an extractor for a multi-select with a long list of values (I don't know the limit). In this case it is a relationship property connected to 425 entities.
  2. Some values are not accessible, they appear in no particular order.

Note. This could be happening for selects, multi-selects and relationship fields. A working example here: https://cejil-test.dev.uwazi.io/es/settings/metadata_extraction/suggestions/675b18c6f21e5730e448f6ea

@txau txau added the Bug 🐞 label Dec 13, 2024
@aphilop
Copy link

aphilop commented Dec 16, 2024

@txau During the discussion in the product call, it came out that this seems not to be a bug, as it does what was decided in previous discussions, see #6800.
We can handle this as an enhancement is needed.

@txau
Copy link
Collaborator Author

txau commented Dec 16, 2024

@aphilop in that issue it states the hard limit is 500, but this list has 425 and they are all not appearing.

@aphilop
Copy link

aphilop commented Dec 16, 2024

@konzz To check the issue regarding showing less than 500 entries.

@konzz konzz self-assigned this Dec 16, 2024
@aphilop aphilop added this to the Information extraction (IX) milestone Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants