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

Hard limit of 25 #17

Open
onyxnz opened this issue Jul 17, 2023 · 2 comments
Open

Hard limit of 25 #17

onyxnz opened this issue Jul 17, 2023 · 2 comments

Comments

@onyxnz
Copy link

onyxnz commented Jul 17, 2023

I just found that the Drupal 2.3 version has a huge problem that is affecting us too, at least my site had the problem, where only 25 users of the 3500 were returned for the user_reference I was enabling...
https://www.drupal.org/project/references/issues/3279888
patch:
https://www.drupal.org/files/issues/2022-05-18/3279888-3.patch

@olafgrabienski
Copy link
Member

olafgrabienski commented Jul 19, 2023

Confirmed! I've tested the issue with 50 referencable content items on a Backdrop demo site, and the field displayed only 25 of them as checkboxes.

It seems, in Drupal the issue is causing a lot of frustration. I hope it can be fixed for the Backdrop version of the module, e.g. by introducing a setting about the maximum number of available items. That said, there are already two different workarounds:

  • Choose the "Autocomplete text field" as widget for the References field.
  • Create a view with a "References" display, filter as you need, set a higher number of "Items to display", and choose this view in the "Global settings" of the field, section "Views - Nodes that can be referenced".

Btw, Entity Reference in Backdrop core doesn't seem to have the issue.

@onyxnz
Copy link
Author

onyxnz commented Jul 19, 2023

I am not noticing any discernable slow down after applying the patch (removing the limit), but the ssd-nodes VPS is grunty. YMMV especially with shared hosting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants