2 Commits
Author SHA1 Message Date
mstfyldz 47ca4cc962 fix: replace exact-phrase wrap with AND-required-terms in /search
Wrapping every multi-word phrase in exact-phrase quotes (added for the
"uyuşturucu madde ticareti" false-positive problem) was too strict for
independent keyword queries like "bıçak yaralaması beraat" or the AI
query-optimizer's extracted keywords — those words rarely appear
verbatim adjacent to each other, so exact-phrase returned 0 results.

Now each word is prefixed with + instead (AND semantics: all words
must appear somewhere in the decision, not necessarily adjacent).
This still fixes the original "madde" noise problem while no longer
breaking loose multi-keyword searches.
2026-08-09 10:55:34 +03:00
mstfyldz 2131e3c71d feat: setup rest_api and prepare coolify deployment 2026-08-08 17:31:25 +03:00