Closed (fixed)
Project:
Search API OpenSearch
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Jul 2022 at 03:49 UTC
Updated:
28 Aug 2023 at 19:59 UTC
Jump to comment: Most recent
Comments
Comment #2
osopolarComment #4
kim.pepperThanks for the feature request. Looks great!
As this module brings in new composer dependencies, I would suggest it be a separate sub-module, and do a requirements check for the required php library.
Comment #5
osopolarThanks for the hint. I missed the new composer dependencies. I will create the sub-module soon.
Comment #6
kim.pepperThis was added to the latest version of the opensearch-project/opensearch-php lib: https://github.com/opensearch-project/opensearch-php/pull/63
Comment #7
sassafrass commentedI would like to use this feature and was wondering what the latest status was?
Comment #8
kim.pepperThere is no new status other than what you see in the comments.
Comment #9
kim.pepperTagging 'Needs issue summary update'. We should add the remaining tasks there.
Comment #11
osopolarTo clarify: I just needed to fix my old implementation (MR !12), but the sub-module approach (MR !35) is the way to go.
Comment #12
kim.pepperKeeping my eye on this. Let me know when it's ready for review.
Comment #13
osopolarMerge request !35 is ready for review 😇.
Comment #14
kim.pepperHad a quick look.
composer.json.installfileHave a look at how
search_api_opensearch_locationdoes it.Comment #15
osopolar@kim.pepper:
if (!class_exists(Credentials::class)) { ...Comment #17
kim.pepperComment #20
kim.pepperMerged to 2.x and 3.x. Thanks!
Comment #21
osopolarToday I wanted to implement the feedback and found that everything was already done. Thank you kim.pepper for the finishing.