I've set up a new instance of Sitecore, added some items and created a multilist with search, all works fine until I move to solr.
After enabled debug on search I've got that Sitecore is sending to solr the following query
((-_group:(d4882314400a467fad6f84bbb58acd03) -_group:(15fbfc2f4af34e0dbdf0a094332127bb)) AND _templatename:(Ship))
The problem is that query doesn't return anything in solr the correct query should be
(-_group:(d4882314400a467fad6f84bbb58acd03) -_group:(15fbfc2f4af34e0dbdf0a094332127bb) AND _templatename:(Ship))
But I'm finding hard to accept that Sitecore just doesn't work with solr and multilist with search.
Any ideas?