Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
7.4
-
Unknown
-
Description
A good example of this is the Ideas Application, which define the assignement field like this:
'assignement': {"type":"list","size":20,"link":"field", "html":true},
this field is of type List Of Users, and a a wiki with thousand of users, it cause the request to run for so long that it timeout. This made the Ideas Application unusable on a wiki with lot of users.
The same is obviously true for any list field type that could return a very large list of potential values.
We have a couple of options:
1) timeout the preparation of the list somehow, returning an erreur, but ensuring it does not runs for hours.
2) switching to a text filter when there is too many items for a list filter
3) disallowing list filter on list field type that is not static
Attachments
Issue Links
- is related to
-
XWIKI-5146 Support LiveTable text filtering on DBListclass columns
- Closed
-
XWIKI-9639 Allow List of Users filtering also by entering first and last name, not just the user id
- Closed
- relates to
-
IDEAS-61 Error 500 on Ideas.WebHome with any account
- Closed