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.

CommentFileSizeAuthor
#2 3268709-2.patch865 byteskim.pepper

Comments

kalpaitch created an issue. See original summary.

kim.pepper’s picture

Status: Active » Needs review
StatusFileSize
new865 bytes

Thanks for the bug report. This looks like a pretty simple fix.

  • kim.pepper committed 1c50d2c on 1.x
    Issue #3268709 by kim.pepper: Restrictive length filter on URL input
    
kim.pepper’s picture

Status: Needs review » Fixed

Committed and pushed to 1.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.