mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
The console variables endpoint was using model defaults (all true) for supportForRelationships, supportForOperators, supportForSpatials, and maxIndexLength instead of reading from the actual database adapter. This caused tests to run unsupported operations on MongoDB. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>