PostgreSQL - Full-Text Search
You wrote this query but it returns no rows:
What is the most likely reason?
SELECT * FROM emails WHERE to_tsvector('english', body) @@ to_tsquery('english', 'urgent | meeting');What is the most likely reason?
