[#4068] fixed the json field query comparisons to work correctly with plain JSON values

This commit is contained in:
Gani Georgiev
2024-01-03 10:43:46 +02:00
parent 8f625daa2f
commit 4f2492290e
42 changed files with 119 additions and 54 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ declare function readerToString(reader: any, maxBytes?: number): string;
* Example:
*
* ` + "```" + `js
* slee(250) // sleeps for 250ms
* sleep(250) // sleeps for 250ms
* ` + "```" + `
*
* @group PocketBase