Problem/Motivation
Coveo Labs has removed the PHP SDK that is a dependency of this module.
Proposed resolution
Re-engineer what we used of this functionality here in the module.
Remaining tasks
Usage:
- SeachApiClientContext
- Coveo\Search\SDK\SDKPushPHP\PushApiEndpoint
- SearchApiCoveoBackend
- Coveo\Search\SDK\SDKPushPHP\Document;
- Coveo\Search\SDK\SDKPushPHP\PushApiEndpoint;
- SearchApiCoveoClient
- Coveo\Search\SDK\SDKPushPHP\Document;
- Coveo\Search\SDK\SDKPushPHP\Push;
Which means that we use these classes:
- Coveo\Search\SDK\SDKPushPHP\Document;
- Coveo\Search\SDK\SDKPushPHP\PushApiEndpoint
- Coveo\Search\SDK\SDKPushPHP\Push;
User interface changes
API changes
Data model changes
Issue fork search_api_coveo-3407209
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
fathershawnComment #3
fathershawnInitial refactoring pushed
Comment #5
fathershawnIntegrated the functionality of the SDK into our SearchAPICoveoClient class and added a test. Merging to the dev branch so that we can easily test manually against a Coveo sandbox index.
Comment #7
fathershawnComment #9
fathershawn