Skip to content
Snippets Groups Projects
Commit 4950772a authored by Piotr Gawron's avatar Piotr Gawron
Browse files

configuration option description improved

parent b06d14fe
No related branches found
No related tags found
1 merge request!302Resolve "Search pin limit counted non-intuitively"
Pipeline #
......@@ -79,7 +79,7 @@ public enum ConfigurationElementType {
/**
* Max number of results in search box.
*/
SEARCH_RESULT_NUMBER("Max number of results in search box. ", "100", ConfigurationElementEditType.INTEGER, false,
SEARCH_RESULT_NUMBER("Max number of results (this value indicates the max number of elements that will be returned from search - not the number of aggregated elements in the search box).", "100", ConfigurationElementEditType.INTEGER, false,
ConfigurationElementTypeGroup.POINT_AND_CLICK),
/**
......
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