You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apply_filters_lightweight()'s relationship-needs check never accounted
for TextSearchFilter.search_notes (only description/logs/hint were
checked). A text search scoped to only User Notes therefore took the
fast lightweight query path, where the notes exists() subquery raised
a SQLAlchemy auto-correlation error instead of returning a result.
Notes-only text searches now correctly fall back to the full ORM path.
Fixes#752
<tr><td>Bug reports & feature requests</td><td><ahref="https://github.com/OpenSAK-Org/opensak/issues">github.com/OpenSAK-Org/opensak/issues</a></td></tr>
<tr><td>Releases & downloads</td><td><ahref="https://github.com/OpenSAK-Org/opensak/releases">github.com/OpenSAK-Org/opensak/releases</a></td></tr>
1466
-
<tr><td>Changelog</td><td><ahref="https://github.com/OpenSAK-Org/opensak/blob/v1.17.1-beta.1/CHANGELOG.md">CHANGELOG.md on GitHub</a></td></tr>
1466
+
<tr><td>Changelog</td><td><ahref="https://github.com/OpenSAK-Org/opensak/blob/v1.17.1-beta.2/CHANGELOG.md">CHANGELOG.md on GitHub</a></td></tr>
1467
1467
<tr><td>Contributing</td><td><ahref="https://github.com/OpenSAK-Org/opensak/blob/main/CONTRIBUTING.md">CONTRIBUTING.md on GitHub</a></td></tr>
1468
1468
<tr><td>Support the project</td><td><ahref="https://opencollective.com/opensak">opencollective.com/opensak</a></td></tr>
<divclass="callout tip"><divclass="callout-icon">💡</div><div>OpenSAK is free and open-source software released under the MIT licence. Contributions of any kind — code, translations, documentation, or testing — are very welcome.</div></div>
0 commit comments