Jakub Vrana
5fdaae27dc
Move possible drivers and JUSH to Driver
2025-03-06 14:27:58 +01:00
Jakub Vrana
69d7d76dc5
Move operators, functions and grouping to Driver
2025-03-06 13:51:49 +01:00
Jakub Vrana
2f0cd4185b
Move edit functions to Driver
2025-03-06 13:28:04 +01:00
Jakub Vrana
37a75f3759
Move types to Driver
2025-03-06 12:35:20 +01:00
Jakub Vrana
105999f62e
Code style: Indent long statements
2025-03-05 15:01:21 +01:00
Jakub Vrana
ed5de27dd3
Code style: Indent long statements
2025-03-05 14:59:13 +01:00
Jakub Vrana
3da09dd31a
Rename Min_ classes
2025-03-05 14:12:42 +01:00
Jakub Vrana
52c5392089
PHP: Use namespace
2025-03-05 13:10:40 +01:00
Jakub Vrana
c52ba0308e
Specify coding style and follow it
2025-03-05 13:10:37 +01:00
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
Jakub Vrana
45f24a8f62
Delete unused functions
2025-02-26 16:48:02 +01:00
Jakub Vrana
63cffbbc8a
Fix style
2025-02-21 10:57:11 +01:00
Jakub Vrana
2bec4ca11b
Avoid global variables in plugins drivers
2025-02-19 14:36:07 +01:00
Jakub Vrana
51dbfb6987
Hide error message from HTTP servers
2025-02-19 11:16:45 +01:00
Jakub Vrana
578c9fca92
Don't allow path in HTTP servers
2025-02-19 11:16:45 +01:00
Jakub Vrana
d9289355d7
Fix style
2025-02-19 11:16:45 +01:00
Peter Knut
ac9fd04f87
Fix field selection in Elasticsearch
...
Thanks to cweiske: https://github.com/adminerevo/adminerevo/pull/159
2025-02-19 11:16:36 +01:00
Peter Knut
76575a95f1
Move Elastic drivers to plugins, driver for Elastic 7+ is the default
2025-02-19 11:16:35 +01:00