APIv4 - Add autocomplete action
authorColeman Watts <coleman@civicrm.org>
Wed, 27 Jul 2022 22:56:44 +0000 (18:56 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 10 Aug 2022 02:28:44 +0000 (22:28 -0400)
commit8ba6997ee334fd1bcbc438b50780b8c743f861da
treef33ae2bf390f5d23ac990f53c2ad05682d19f347
parent7bb585a511ca4aa128fcdf28e815cd94e0f4862a
APIv4 - Add autocomplete action

APIv4 action to supply data to the new autocomplete widget.
Civi/Api4/Generic/AutocompleteAction.php [new file with mode: 0644]
Civi/Api4/Generic/BasicEntity.php
Civi/Api4/Generic/DAOEntity.php
Civi/Api4/Generic/Traits/SavedSearchInspectorTrait.php [moved from ext/search_kit/Civi/Api4/Action/SearchDisplay/SavedSearchInspectorTrait.php with 60% similarity]
ext/search_kit/Civi/Api4/Action/SearchDisplay/AbstractRunAction.php
ext/search_kit/Civi/Api4/Action/SearchDisplay/GetDefault.php