Skip to content
Snippets Groups Projects
Commit 3306a0f4 authored by Mathieu Duckerts-Antoine's avatar Mathieu Duckerts-Antoine Committed by Julien Mougenot
Browse files

[IMP] *: limit in search panel

This commit introduces a new attribute 'limit' for search panel fields
that allows to avoid performance issues. That integer attribute (with
default 200) allows to fix a maximal number of values to display for the
fields. When the number of field values to display reaches the limit,
no values will be displayed. Instead, a warning message will be shown
in the corresponding search panel section.
Note it is possible to have no limit using limit="0" on a field.
This commit reintroduces in a better way the principle brought by the
fix 8d57153b.

Task ID: 2154749
parent e5585c07
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment