Bugzilla – Bug 4947
Search does not search '0'
Last modified: 2008-12-18 11:12:53 UTC
related bug: https://bugs-archive.lyrion.org/show_bug.cgi?id=4940 based upon: slimserver 6.5.2 svn revision 11851 how to reproduce: Enter '0' in "Search Music". Any other Number works fine. fix: - my $query = $params->{'query'} || ''; + my $query = defined($params->{'query'}) ? $params->{'query'} : ''; patch attached.
Created attachment 1921 [details] patch Slim::Web::Pages:.Search to honor "0" in searches since this is related to a known issue, I'm trying to hunt them down.
committed to trunk at change 11865 for 7.0 only. please reopen if issues remain.
This bug is being closed since it was resolved for a version which is now released! Please download the new version of SqueezeCenter (formerly SlimServer) at http://www.slimdevices.com/su_downloads.html If you are still seeing this bug, please re-open it and we will consider it for a future release.