Search at the top right of the user interface returns Undefined Index

When a user does an Advanced Search in the Search Box that is located on the upper right side of the users main page, they put in an object name to search for click on the magnifying glass and the return is Notice: Undefined index: Default in C:\ etc…

If they click on the magnifying glass a second time the it appears to do a basic search and returns the items we were expecting to see in our initial search?

Please see attachment for more details

You need to turn off display_errors in your php.ini. You should track the errors in the log, not let them go on screen, sometimes that breaks screens and provoked further problems.

PHP Notices can safely be ignored.

1 Like

This worked for us. Thank you.