** Changed in: mediascanner
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mediascanner in Ubuntu.
https://bugs.launchpad.net/bugs/1234145

Title:
  The media scanner does not sort the results of search queries

Status in mediascanner:
  Fix Released
Status in mediascanner package in Ubuntu:
  Fix Released

Bug description:
  To perform searches, the media scanner uses a custom Collector class
  that implements the offset/limit behaviour and passes the results off
  to an ItemVistor (sic) callback function.

  However, results are passed to a Lucene collector either in document
  ID order or an undefined order (depending on what the collector
  returns from its acceptsDocsOutOfOrder()) method.  This means that for
  broad searches, the most relevant results probably won't be at the
  top, and may even get cut off if a result limit has been specified.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mediascanner/+bug/1234145/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to