I have a number of spaced which are formed like Z-00-0000. If I search for *00-0*, it returns all of the spaces that match that criteria. If I search for *00-* it returns all spaces which contain 00 in their name. How do I escape the - character so that it is treated as a character and not as the NOT operator?