| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0000686 | Sphinx | documentation | public | 2011-01-06 17:14 | 2012-10-02 16:20 |
|
| Reporter | searlea | |
| Assigned To | kevg | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | |
| Platform | | OS | | OS Version | |
| Product Version | 1.10-beta | |
| Target Version | | Fixed in Version | | |
|
| Summary | 0000686: SphinxQL SELECT syntax for WITHIN GROUP |
| Description | The current documentation implies the ordering SELECT ... GROUP BY ... ORDER BY ... WITHIN GROUP ORDER BY ...
Writing SphinxQL with clauses in that order fails; the order actually needs to be:
SELECT ... GROUP BY ... WITHIN GROUP ORDER BY ... ORDER BY ...
The documentation should reflect this.
http://sphinxsearch.com/docs/manual-1.10.html#sphinxql-select [^]
|
| Tags | No tags attached. |
|
| Attached Files | |
|