pancakes = Article.search 'pancakes'
How would I then get the resultant underlying sphinxql expression? Is it possible to just retrieve the expression without performing the query?
pancakes = Article.search 'pancakes'
How would I then get the resultant underlying sphinxql expression? Is it possible to just retrieve the expression without performing the query?
Answered by Pat on github: