Web-UI can not escape types with "/" or "#" (like "http://www.openmicroscopy.org/Schemas/OME/2016-06#Image")
This obstructs SOLR search, because it can not take unescaped "/" or "#" in a search query through HTTP. I have tried workaround escaping like "http\:\/\/www.openmicroscopy.org\/Schemas\/OME\/2016-06\#Image", but then the category counter is wrong, and derived filters still don't have the proper escaping. related to #106