Skip to content

Commit 2af6092

Browse files
committed
update README for proper order of multi index searching
1 parent f938af4 commit 2af6092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ $conn = new Connection();
6767
$conn->setParams(array('host' => 'domain.tld', 'port' => 9306));
6868

6969
$query = SphinxQL::create($conn)->select('column_one', 'colume_two')
70-
->from('index_delta', 'index_main', 'index_ancient')
70+
->from('index_ancient', 'index_main', 'index_delta')
7171
->match('comment', 'my opinion is superior to yours')
7272
->where('banned', '=', 1);
7373

0 commit comments

Comments
 (0)