Hi, I'm using Solr 3.5 and making auto-complete suggestions using Suggester.
>From the SOLR-2010 <https://issues.apache.org/jira/browse/SOLR-2010> issue I understood it's possible to filter suggestions through the fq parameter using collations; in fact I read "Only return collations that are guaranteed to result in hits if re-queried (applying original fq params also)." I'm afraid I misunderstood that sentence since I can't filter my suggestions and I think the fq is still completely ignored. Do you have any hint? If filtering is not yet supported are there any plan to add it? Thanks in advance