mirror of
https://github.com/vrana/adminer.git
synced 2025-12-27 10:51:01 +01:00
When searching in all fields for a text value, an error was thrown with ElasticSearch 7.17.23 when the index contains boolean fields: > query_shard_exception: failed to create query: > Can't parse boolean value [textvalue], expected [true] or [false] This patch fixes that problem by skipping boolean fields when the search word is not the string "true" or "false".
../adminer/plugin.php - demo usage https://www.adminer.org/plugins/ - documentation