Issue Details (XML | Word | Printable)

Key: SEARCH-172
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Paul Taylor
Reporter: Johannes Weißl
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Search Server

Make it possible to search for barcode:"[none]"

Created: 26/Jan/12 09:43 PM   Updated: 29/Feb/12 11:20 PM   Resolved: 02/Feb/12 03:39 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 2012-03-23

Issue Links:
Relates
 


Sort Order: Ascending order - Click to sort in descending order
Johannes Weißl added a comment - 26/Jan/12 09:44 PM - edited

Should I convert this to a SEARCH ticket? Done.

Just to clarify: This ticket is for searching for releases where it is known that there is no barcode. Searching for releases with unknown barcode would be another ticket (maybe syntax barcode:unknown).


Kuno Woudt added a comment - 26/Jan/12 10:05 PM - edited

to clarify how this is stored in the database:

barcode:unknown   would be those rows in the release table with barcode set to NULL
barcode:"[none]"  would be those rows in the release table with barcode set to "" (the empty string)

Paul Taylor added a comment - 02/Feb/12 03:36 PM

Done as follows:

barcode:- for when no barcode known to fit it with gic of SEARCH1-174 that the release may not actualy have a barcode
barcode:none when known there is no barcode, preferred this value to [none] as the '[' and ']' have to be escaped making entering them more difficult.


Paul Taylor added a comment - 02/Feb/12 03:39 PM

Fixed.