Problem/Motivation

This module currently doesn't work combined with search_current_language module.

search_current_language has no more effect, when using this one.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

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:

Comments

Anybody created an issue. See original summary.

trackleft2’s picture

That is because of the way that module works, https://git.drupalcode.org/project/search_current_language/-/blob/1.0.x/...

The tag that module uses is search_node_search

While the tag this module uses is something else, probably something like search_search_exclude_node_search Which is just the plugin id search.search_exclude_node_search so you would need to update that module to add the new tag.

See #3006611: Language filter on search form does not contribute to filtered results. for another example

trackleft2’s picture

Also I've created a new issue over there: #3507577: Support additional search page plugins.

trackleft2’s picture

trackleft2’s picture

Status: Active » Needs review
Related issues: +#3507529: Composer.json file missing.

The PHPUnit test in the Merge Request requires the composer.json addition from #3507529: Composer.json file missing. and the added dev dependency.
Additionally, at the time of writing this comment, this PHPUnit test requires the merged commit in this issue #3507577: Support additional search page plugins. (available in the dev release included in the require-dev section of composer.json in the merge request attached to this issue.)

Thanks.