When I use websearch_to_tsquery and search for something like where
to_tsvector('english', description) @@ websearch_to_tsquery('virtual reality')
I get plenty of results. when I add a word that doesn't exist anywhere in the description it gets back 0 such as where to_tsvector('english', description) @@ websearch_to_tsquery('virtual reality fsdfasjkwnejkfb')
How can I get the results of the closest matches vs all words matching?