I have made a custom thesaurus file with entries as follows
<expansion>
<sub>RGN</sub>
<sub>Registered General Nurse</sub>
</expansion>
The problem I am having is when running the formsof(thesaurus, "RGN") search I am getting results that contain just Registered or General or Nurse, not the entire word set. Is there any way I can ensure SQL will only search for all three words together when I use thesaurus? I tried adding quotes in the thesaurus file, seemed to have no effect?
<sub>"Registered General Nurse"</sub>