Christian Weiske d5a17835ff Elastic: Fix text search on boolean fields
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".
2025-03-03 10:40:38 +01:00
2025-03-03 08:39:17 +01:00
2025-03-03 09:36:21 +01:00
2025-02-26 12:20:36 +01:00
2025-02-27 08:26:05 +01:00
2025-02-21 13:59:17 +01:00
2014-11-11 08:41:58 -08:00
2025-02-19 15:13:46 +01:00
2025-02-19 11:16:44 +01:00
2018-01-23 12:21:42 +01:00
2025-02-26 12:20:36 +01:00
2025-02-19 11:16:46 +01:00
2021-02-06 10:45:48 +01:00
2025-02-23 17:07:01 +01:00
2021-02-10 19:43:30 +01:00
2025-02-28 17:28:35 +01:00

Adminer - Database management in a single PHP file
Adminer Editor - Data manipulation for end-users

https://www.adminer.org/
Supports: MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, MongoDB, Elasticsearch (plugin), SimpleDB (plugin), Firebird (plugin), ClickHouse (plugin)
Requirements: PHP 5.3+

adminer/index.php - Run development version of Adminer
editor/index.php - Run development version of Adminer Editor
editor/example.php - Example customization
plugins/readme.txt - Plugins for Adminer and Adminer Editor
adminer/plugin.php - Plugin demo
adminer/sqlite.php - Development version of Adminer with SQLite allowed
editor/sqlite.php - Development version of Editor with SQLite allowed
adminer/designs.php - Development version of Adminer with adminer.css switcher
compile.php - Create a single file version
lang.php - Update translations
tests/katalon.html - Katalon Automation Recorder test suite

If downloaded from Git then run: git submodule update --init
Description
Database management in a single PHP file
Readme 33 MiB
Languages
PHP 67.9%
CSS 22.2%
HTML 7.7%
JavaScript 2.2%