Akonadi Search
core/query.h
void setLimit(uint limit)
Only a maximum of limit results will be returned.
Definition core/query.cpp:118
void setDateFilter(int year, int month=-1, int day=-1)
Filter the results in the specified date range.
Definition core/query.cpp:133
void addType(const QString &type)
Add a type to the results of the query.
Definition core/query.cpp:75
void setSearchString(const QString &str)
Set some text which should be used to search for Items.
Definition core/query.cpp:108
@ SortProperty
The results are returned based on the explicit property specified.
Definition core/query.h:106
@ SortAuto
The results are returned in the order the SearchStore decides should be ideal.
Definition core/query.h:100
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:05 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.