dev/core#2793 - Add REGEXP/NOT REGEXP SQL operators in API4
authorPatrick Figel <pfigel@greenpeace.org>
Mon, 6 Sep 2021 10:27:12 +0000 (12:27 +0200)
committerPatrick Figel <pfigel@greenpeace.org>
Mon, 6 Sep 2021 10:27:12 +0000 (12:27 +0200)
commitb5599ad61a288ac74e567cb910fb3b6d4bfc3c9b
tree4907ca8da79f4903992fe071043eec9c6ac863b3
parente56a41aae945519344668f08dba0d13b09e39cdb
dev/core#2793 - Add REGEXP/NOT REGEXP SQL operators in API4

This adds the REGEXP and NOT REGEXP operators to API4 and SearchKit.
Civi/Api4/Generic/Traits/ArrayQueryActionTrait.php
Civi/Api4/Query/Api4SelectQuery.php
Civi/Api4/Utils/CoreUtil.php
ext/search_kit/Civi/Search/Admin.php
tests/phpunit/api/v4/Action/BasicActionsTest.php
tests/phpunit/api/v4/Action/ContactGetTest.php
tests/phpunit/api/v4/Action/GetFromArrayTest.php