Problem/Motivation

Un-taggified entity reference can be configured to suggest entities that have the letters typed anywhere in their names. Tagify only allows completion that matches the beginning of the entity names.

Taggify should preserve this capability.

Steps to reproduce

Given this list:

Apple
Banana
Clementine

Pressing "a" should show both Apple and Banana, if the entity reference view is configured to show results for "contains" (and indeed both results are returned by the AJAX request but the latter is discarded by Tagify.

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork tagify-3300367

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

mlncn created an issue. See original summary.

gxleano’s picture

Already working on this new feature.

gxleano’s picture

Assigned: Unassigned » gxleano

gxleano’s picture

Status: Active » Needs review

  • gxleano committed 4bd3d46 on 1.0.x
    Issue #3300367: Allow "contains" (as opposed to "starts with") filtering...
gxleano’s picture

Assigned: gxleano » Unassigned
Status: Needs review » Fixed

The feature is already implemented and it will be added to the next release.

gxleano’s picture

Status: Fixed » Closed (fixed)