Allow overriding score threshold
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3557285. --> Reported by: [scott_euser](https://www.drupal.org/user/3267594) Related to !6 >>> <h3 id="summary-problem-motivation">Problem/Motivation</h3> <p>Score threshold is a fixed value for an index. There are cases where for the same index, different thresholds are needed, e.g. a search may have a lower threshold than finding similar content.</p> <h4 id="summary-steps-reproduce">Steps to reproduce</h4> <ol> <li>Attempt to vary the threshold per query</li> <li>Unable to do this - the index is a shared instance once loaded, overriding the threshold config affects all queries on the page</li> </ol> <h3 id="summary-proposed-resolution">Proposed resolution</h3> <p>Add a query option that the processor will respect</p> <h3 id="summary-remaining-tasks">Remaining tasks</h3> <p>MR</p> <h3 id="summary-ui-changes">User interface changes</h3> <p>N/A</p> <h3 id="summary-api-changes">API changes</h3> <p>N/A</p> <h3 id="summary-data-model-changes">Data model changes</h3> <p>N/A</p>
issue