Manual
Platforms
Query database
Interfaces
Developer documentation
Error Code: WOS_0013
Message: NEAR operator applied to AND query.
NEAR operator applied to AND query.
Problematic query:
# PLATFORM.WOS "TI=((A AND B) NEAR/3 C)"
Recommended query:
# PLATFORM.WOS "TI=((A NEAR/3 C) AND (B NEAR/3 C))"
Back to: Lint