In #3082868: Change README.txt to README.md, we converted the Search API module’s README.txt file to Markdown.

However, we forgot there that the Database Search and the Database Search Defaults modules also have README.txt files. Those should be converted as well, of course.

Issue fork search_api-3230791

Command icon 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:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drunken monkey created an issue. See original summary.

Anul made their first commit to this issue’s fork.

Anul’s picture

Hey Drunken Monkey,

There is an issue with require-dev part in composer.json file of this module. We need to fix that first before we push any other changes to this module's repo as the test run fails because of that.

Issue is here :

Problem 1
    - Root composer.json requires drupal/language_fallback_fix, it could not be found in any version, there may be a typo in the package name.
  Problem 2
    - Root composer.json requires drupal/search_api_autocomplete, it could not be found in any version, there may be a typo in the package name.

You can have a look for Error message in the test run failure of this issue.

Thanks
Anul

Anul’s picture

Status: Active » Postponed (maintainer needs more info)

  • drunken monkey committed 32ba697 on 8.x-1.x
    Issue #3230791 by Anul, drunken monkey: Converted the remaining README....
drunken monkey’s picture

Status: Postponed (maintainer needs more info) » Fixed

Thanks a lot for your work here, great job!

The test fails are a known problem and exclusive to issue forks – see #3190024: Problem with test dependencies when testing issue forks. If you know how to fix them, help there or in #3209480: Issue Forks fail with a "Composer require-dev failure" would be really appreciated! (drumm has not been helpful at all so far, as you can see.)
Anyways, the above error message you quote isn’t much help either, as it doesn’t explain why those packages can’t be found. You can verify yourself that the package names are correct: composer require drupal/language_fallback_fix drupal/search_api_autocomplete.

Anyways, a change just to the documentation files doesn’t really need to be tested, so instead of re-uploading it as a patch I just committed your changes (after updating one URL).
Thanks a lot again!

Status: Fixed » Closed (fixed)

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