PostgreSQL - Full-Text Search
Find the mistake in this query:
SELECT ts_rank(to_tsvector(body), to_tsquery('english', 'data & science')) AS rank FROM articles WHERE rank > 0.5;