d45739cb76d7e3df9e22838db157c4793287a2c8
Words like "Wille" stem to "will" via the German Snowball stemmer, which is also a German stop word. The prefix-transform step (websearch_to_tsquery text → regexp_replace → to_tsquery) was passing already-stemmed lexemes back through the German dictionary, causing them to be silently dropped as stop words. Using the 'simple' configuration skips stop-word processing entirely while the tsvector @@ tsquery comparison still works because lexemes are matched by string value, not by configuration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.1%
TypeScript
11.5%
Java
10.9%
Svelte
4.2%
Shell
0.1%