We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f938af4 + 2af6092 commit b5c1c60Copy full SHA for b5c1c60
README.md
@@ -67,7 +67,7 @@ $conn = new Connection();
67
$conn->setParams(array('host' => 'domain.tld', 'port' => 9306));
68
69
$query = SphinxQL::create($conn)->select('column_one', 'colume_two')
70
- ->from('index_delta', 'index_main', 'index_ancient')
+ ->from('index_ancient', 'index_main', 'index_delta')
71
->match('comment', 'my opinion is superior to yours')
72
->where('banned', '=', 1);
73
0 commit comments