Allow "contains" (as opposed to "starts with") filtering to be honored
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3300367. -->
Reported by: [mlncn](https://www.drupal.org/user/64383)
Related to !9
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>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.</p>
<p>Taggify should preserve this capability.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>Given this list:</p>
<p>Apple<br>
Banana<br>
Clementine</p>
<p>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.</p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<h3 id="summary-remaining-tasks">Remaining tasks</h3>
<h3 id="summary-ui-changes">User interface changes</h3>
<h3 id="summary-api-changes">API changes</h3>
<h3 id="summary-data-model-changes">Data model changes</h3>
issue