Searching for terms in a fixed sequence

If you search for "primary key", you will only find the two terms if they are adjacent and occur in the sequence shown:

SELECT AUTHOR,TITLE
     FROM DB2EXT.TEXTTAB
     WHERE CONTAINS(COMMENT, '"primary key"') =1