In a SQL Server database I've two tables: Job and JobKeyword. Each Job has JobKeywords. I'm trying to learn how to use Full Text Search.
How can I get a list of all jobs in the databases, ordered by shared keywords between the search query and the jobs?