v.25.10Improvement
Add alias for hasAnyTokens (hasAnyToken) and hasAllTokens
Added alias forhasAnyTokens(hasAnyToken) andhasAllTokens(hasAllToken) functions. #88162 (George Larionov).
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 existinghasAnyTokens and hasAllTokens function calls with hasAnyToken and hasAllToken respectively without any additional configuration.