fsphinxphp icon indicating copy to clipboard operation
fsphinxphp copied to clipboard

Messy queries after parse() runs.

Open syrsly opened this issue 6 years ago • 2 comments

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?

syrsly avatar Feb 14 '19 14:02 syrsly

I removed the parse functionality after several hours experimentation, but I ultimately just used the "raw" query and escaped it. Performance hit was minimal.

syrsly avatar Mar 07 '19 18:03 syrsly

I take it back, the performance hit was substantial after a while.

syrsly avatar Mar 08 '19 13:03 syrsly