Skip to content
Snippets Groups Projects
Commit 264b96a8 authored by felmer's avatar felmer
Browse files

SSDM-5442: Improved warning message.

SVN: 38655
parent dcdf1ae1
No related branches found
No related tags found
No related merge requests found
......@@ -299,9 +299,8 @@ public class DetailedSearchWindow extends Dialog
boolean tooGeneric = isSearchTooGeneric(criteria);
if (tooGeneric)
{
MessageBox.confirm("Warning", "This search query uses '*' "
+ "which might lead to too many search results."
+ "This can take quite a while before the first search results appear.<br><br>"
MessageBox.confirm("Warning", "This search query is too broad. "
+ "This might take a long time and might lead to a very large number of search results.<br><br>"
+ "Do you want to submit the query anyway?", new Listener<MessageBoxEvent>()
{
@Override
......
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