Bug in integrate MySQL function JSON_SEARCH
问题 how i use MySQL function JSON_SEARCH on all values, not only on strings? All this bug is documented on MySQL emulator: https://www.db-fiddle.com/f/2UdrxqrQ3DeonbKWw3pVVp/0 I have DDL: CREATE TABLE table_name ( id int NOT NULL AUTO_INCREMENT, json_config JSON, PRIMARY KEY (id) ); INSERT INTO table_name (id,json_config) VALUES (NULL, '{ "_id": "60111111111111175b78fe2fa", "intestx": 0, "codes": [ 48348, 28923, 39080 ], "test": 562222222222456 }'); Query #1: SELECT JSON_SEARCH(json_config, 'all'