fsphinxphp
fsphinxphp copied to clipboard
Messy queries after parse() runs.
Whenever I use the FSphinxPHP API, I'm fighting with its parser, because it does not want to let me control how my initial query is formed. This seems like very silly behavior to me. Any tips to remove the parse functionality but keep the facet counts?
I removed the parse functionality after several hours experimentation, but I ultimately just used the "raw" query and escaped it. Performance hit was minimal.
I take it back, the performance hit was substantial after a while.