What is the best way to make Sphinx not use full-text search on conditions? So if I query for "Bannana", and set a condition that the "type" must be "fruit", exactly. So it wouldn't do a full-text search on the condition and return results with the type as "fruits".
Hope that makes sense, Thanks in advance!