I have created a node comparison page using Views and panels here:

http://hostingspire.com/custom_web_hosting_comparison

But the problem is, when no results are found for the search, it gives an error. You can test it by entering any random word e.g. "abcdef".

Can I blank out this warning or modify it to say "nothing found"?

Comments

nevets’s picture

Look at line 39 in views-flipped-table.tpl.php, my guess is they do not guard against an empty result set. (You might also see if there is a bug report for the module and if not file one)

kiwibytes’s picture

Thanks, they definitely do not support empty results.

But I could avoid the warning by changing error reporting to "Write errors to the log".