OR operator not passed to Vragen.ai
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3574585. -->
Reported by: [jelleglebbeek](https://www.drupal.org/user/3729474)
Related to !16
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>The OR operator for facets is not passed to vragen.ai properly as its missing in FacetService::toQueryParams.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<ol>
<li>Add a facet to a view that uses the Vragen.ai SAPI</li>
<li>Set the facet to use the OR operator</li>
<li>Make a query and notice that the facet behaves like an AND operator</li>
</ol>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Pass the operator from the facet to the Vragen.ai API.</p>
<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