'Azure service bus - combining SQL and Correlation filter

I couldn't find in in the docs, but the behaviour is not what I would expect.
Here it's written:

When specifying multiple match properties, the filter combines them as a logical AND condition, meaning for the filter to match, all conditions must match.

But it seems that it only concerns multiple correlation filters.
When I've defined SQL filter along with correlation filter it seemed like only 1 was used.
Can anyone point to specific place in docs where it's defined? I.e. how it exactly works - which filter is evaluated.



Sources

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

Source: Stack Overflow

Solution Source