I’m converting search text to tsquery with plainto_tsquery
function. When running the following statement
<code>select plainto_tsquery('english'::regconfig, 'what');
</code>
<code>select plainto_tsquery('english'::regconfig, 'what');
</code>
select plainto_tsquery('english'::regconfig, 'what');
I get empty result. Server is: “PostgreSQL 13.13 on x86_64-pc-linux-gnu, compiled by Debian clang version 12.0.1, 64-bit”.
What could be the reason for that?