v.25.10Improvement

Add alias for hasAnyTokens (hasAnyToken) and hasAllTokens

Added alias for hasAnyTokens (hasAnyToken) and hasAllTokens (hasAllToken) functions. #88162 (George Larionov).
Added new alias functions hasAnyToken and hasAllToken as alternative names for the existing hasAnyTokens and hasAllTokens functions.

Why it matters

To improve usability and convenience by providing shorter and more intuitive aliases for the token matching functions, making query writing easier and more flexible for users.

How to use it

Users can replace existing hasAnyTokens and hasAllTokens function calls with hasAnyToken and hasAllToken respectively without any additional configuration.