Currently trying to use Sphinx to search through medicine names, and because of the way the US structure medical names its all medicine_type in the database, and there's no way of changing that going forward.
If for instance I search medicine_type Sphinx will find it easily, but if I type just the medicine name to bring up all types of that medicine, it won't.
I've tried enabling expand_keywords = 1 to no avail.
Is there anything I can do to make Sphinx do what I need it to?