Matteo Diblas
Results
2
issues of
Matteo Diblas
Hello, The following query does NOT work (throws `[0000] Couldn't parse SQL\n (1) (SQLExecDirectW)`): ```sql SELECT mytable."Test Column" FROM mytable ``` There's a workaround? Or anything I can do to...
When I run this code in my ``: ```ts const { availableIndexes, error } = await useAsyncData(async () => { const rawIndexes = await $meilisearch.getIndexes(); // This triggers the error...