The query probe helps verify that Entry SQL constraints behave as expected without relying on the browser. Category and product filtering use the same production integrator — verify those with normal front-end queries.
php craft super-content-access/query-probe
php craft super-content-access/query-probe --guest=1 --limit=10
php craft super-content-access/query-probe --userId=1 --section=home --limit=20# Attach a sample element policy for probing an entry
php craft super-content-access/query-probe --seed=1 --entryId=276 --userId=1
# Wipe EVERY access policy (elements + General Access defaults). Requires --force.
php craft super-content-access/query-probe --clear=1 --force=1
#NOTE: --clear without --force is refused. Prefer this only on local/dev databases.Use this when changing resolvers, indexes, or SQL shape to confirm behaviour before deploying.