Yes it seems so,
also I execute this:
bcftools query -i "CLNSIG='Pathogenic'" -f '%CLNSIG\n' clinvar.vcf.gz | sort -uThe result is
Pathogenic Pathogenic,_Affects Pathogenic,_association Pathogenic,_association,_protective Pathogenic,_drug_response Pathogenic,_drug_response,_other Pathogenic,_other Pathogenic,_protective Pathogenic,_risk_factor
I think it is applying the OR also to the results. This is not my desire behavior :(
Thanks for the answer