I am trying to search using NOT and I did the following
"((collection:Concept) AND ((species:(*)) AND ( - species:(Homo sapiens))))"
This works fine, but this returns all the species which are empty or have blank string.. Is there a better way to do this ? I want to avoid in my search results empty string species or blank species..