<font face="Arial, Verdana">Three approaches I have taken:</font>
<font face="Arial, Verdana"></font>
<font face="Arial, Verdana">[1] If I search (ca_storage_locations.idno:)</font>
<font face="Arial, Verdana">I get a list of every object int he collection about 50K</font>
<font face="Arial, Verdana"></font>
<font face="Arial, Verdana">If I search (ca_storage_locations.idno:)</font>
<font face="Arial, Verdana">I get every object in a related storage location about 18K</font>
<font face="Arial, Verdana"></font>
<font face="Arial, Verdana">Is it possible to do a reverse wildcard? </font>
<font face="Arial, Verdana"></font>
<font face="Arial, Verdana">[2] Another approach was to search by collective access object id.</font>
<font face="Arial, Verdana">Everything above 18K does not have a storage location</font>
<font face="Arial, Verdana"></font>
<font face="Arial, Verdana">Searching by the object ID created by the application (ca_objects.object_id:*)</font>
<font face="Arial, Verdana">Yields zero results</font>
<font face="Arial, Verdana"></font>
<font face="Arial, Verdana">[3] There is legacy location text field where I can search and capture a few thousand, but the remainder are blank. </font>
<font face="Arial, Verdana"></font>
<font face="Arial, Verdana">I can pull the blank ones up using [BLANK] </font>but there are some with locations. I could make a set and remove the locations leaving only the blanks. and combine the other few thousand in to a complete of set of objects with no known location.