Problem/Motivation
The following error is displayed when configuring the search server: OpenSearch URL cannot be longer than 128 characters but is currently 137 characters long.
Steps to reproduce
Add a new search server - /admin/config/search/search-api/add-server
Choose Opensearch as the backend
Add a host url that is longer than 128 characters (a reasonably common scenario on cloud hosted platforms)
Proposed resolution
Remove the length filter.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3268709-2.patch | 865 bytes | kim.pepper |
Comments
Comment #2
kim.pepperThanks for the bug report. This looks like a pretty simple fix.
Comment #4
kim.pepperCommitted and pushed to 1.x. Thanks!