Is there a way to get spotlight to recognize substrings inside files instead of just whole strings? E.g.: say I'm searching on the string "ndvpl". In the files I'm searching, there will be strings like "qndvpl" or "xndvpl", and maybe even just "ndvpl". I want ALL of those files to be found by spotlight, not just the exact string matches. Is this possible?
(The files in question are pdf files, so I don't think the unix "find" command would work in this case.)