Problem/Motivation
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Problem/Motivation
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 3271337-9.patch | 17.84 KB | acbramley |
Issue fork search_api_opensearch-3271337
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:
- 3271337-add-native-support
changes, plain diff MR !9
Comments
Comment #2
kim.pepperCould this be done under a "Support
search_api_autocomplete" issue?Comment #3
larowlanComment #5
larowlanPushed WIP to MR, seems to be working locally
Comment #6
larowlanPatch for those who want it
Comment #8
acbramley commentedPushed Edge N-gram support and updates settings based on https://opensearch.org/docs/latest/opensearch/ux/#sample-request-2
Comment #9
acbramley commentedRe-rolled
Comment #10
kim.pepperDoes this need to match the module name?
Should we do constructor property promotion all in one go, rather than mixing it here?
Comment #11
larowlanI just copied it from the existing pattern for the backend connectors
Comment #13
kim.pepperCommitted and pushed to 1.x. Thanks!