Another TIP: NEVER design your schema with field01, field02, field03. If you find you need this type of data - then make another table and put the data in there (make it relational).
It will allow you to have an unlimited number of specialties and will solve your search problem as well.