After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 402066 - Add ability to limit returned results
Add ability to limit returned results
Status: RESOLVED FIXED
Product: tracker
Classification: Core
Component: General
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Jamie McCracken
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2007-01-29 12:08 UTC by John Stowers
Modified: 2010-03-03 15:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Stowers 2007-01-29 12:08:46 UTC
Some calls may return a lot of results, tracker_keywords_get_list() for example.

In some situations it may be desirable to limit the number of results returned. 

libtracker and the tracker DBus api should be ammended to accept a parameter to limit the number of results returned for certain calls.
Comment 1 Tshepang Lekhonkhobe 2007-02-19 15:44:44 UTC
(In reply to comment #0)
> Some calls may return a lot of results, tracker_keywords_get_list() for
> example.
> 
> In some situations it may be desirable to limit the number of results returned. 

Just out of interest, what are some of those situations?
Comment 2 Ivan Frade 2008-10-29 13:29:58 UTC
The fix is extremely easy but it requires to change the API/ABI of libtrackerclient, so it must be postpone at the moment.
Comment 3 Jürg Billeter 2010-03-03 15:52:09 UTC
This has been fixed in 0.7 (SPARQL supports LIMIT).