WOS_0009 — wildcard-after-special-char

Error Code: WOS_0009

Message: Wildcard cannot be preceded by special characters.

Problematic query:

TI=(term1 OR term2!*)

Recommended query:

TI=(term1 OR term2*)

Typical fix: Remove the special character before the wildcard or rephrase the query to avoid combining them.

Back to: Lint