#gotchas

Gotchas

Visualization is affected by EQS optimizations

If you are using the EQS testing pawn to debug/visualize your EQS queries, it can sometimes show misleading results.

EQS has optimizations for tests which sometimes means not all tests get ran. In cases like this, the visualization you get from the EQS testing pawn can make it look like your query isn’t working correctly.

The testing pawn appears to produce the correct results when used in “use all results” mode. The ones which return singular results can be problematic depending on type of query.