readPreference is not working as expected

Hi all;

I added my connection URI readPreference=secondary

In mongo docs this is written for secondary :

Operations read only from the secondary members of the set. If no secondaries are available, then this read operation produces an error or exception.

But in my application only a small group of read operations goes to secondary.

Do you know how to configure readPreference=secondary in a meteor app.

Thanks