Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use parentheses in complex PQL statements to enforce the precedence of operators or you can let autocomplete suggest it for you and choose it simply by clicking on it. For , for example, if you want to find all development projects where Country is China or Continent is Asia:

Code Block
category = development AND ( Country ~= China OR Continent ~= Asia )