Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: Post NGS Release
-
Fix Version/s: 2011-09-28
-
Component/s: None
-
Labels:None
Description
Apparently label codes are indexed as strings and that causes http://musicbrainz.org/search?query=code%3A%5B20000+TO+99999%5D&type=label&limit=25&advanced=1 to not work. They're stored as integers in the database. Indexing it as an integer instead would apparently also fix SEARCH-104