Skip to content

Commit e20c9a2

Browse files
authored
Merge pull request #363 from ke4roh/patch-1
Update README.rst
2 parents 560a94b + 46553f6 commit e20c9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Basic usage looks like:
113113
})
114114
115115
# Traverse a cursor using its iterator:
116-
for doc in solr.search('*:*',fl='id',cursorMark='*'):
116+
for doc in solr.search('*:*',fl='id',sort='id ASC',cursorMark='*'):
117117
print(doc['id'])
118118
119119
# You can also perform More Like This searches, if your Solr is configured

0 commit comments

Comments
 (0)