note about tie-breakers

This commit is contained in:
Chris Allen 2014-04-15 03:17:13 -05:00
parent ce3e658fd0
commit e7015faa03

View File

@ -306,6 +306,7 @@ let sortSpec = DefaultSortSpec $ mkSort (FieldName "age") Ascending
-- -> TrackSortScores
-- -> From -> Size
-- just add more sortspecs to the list if you want tie-breakers.
let search = Search Nothing (Just IdentityFilter) (Just [sortSpec]) False 0 10
#+END_SRC