mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
PostgreSQL's ts_vector/ts_query doesn't support partial word matching (searching "man" won't find "manchester"), unlike MariaDB's LIKE-based search. The test used getSupportForRelationships() as a proxy for this capability, which was wrong for PostgreSQL (supports relationships but not partial fulltext search). Add supportForFulltextWildcard to console variables endpoint and use it in the Users test instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>