'Can I search for two together in the Bloom filter?

See that library for e.g:

https://github.com/joshstevens19/ethereum-bloom-filters

You can see that I can check if the Bloom filter contains a smart contract address and if it contains a log with a specific topic.

Now my question:

I would like to check if it contains a log to a specific smart contract. Is it possible? Think about using the Bloom filter to see if there is a specific SC that triggered a transfer.

Is it possible? If I will check both: Transfer event, and the smart contract, I will get many more false positives.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source