summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc b/examples/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc
index 17e2e0f..94d79de 100644
--- a/examples/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc
+++ b/examples/widgets/cloudaddressbook/doc/src/cloudaddressbook.qdoc
@@ -106,7 +106,7 @@
only full words. To avoid founding substrings, for example in on object id, which is not visible for a user
the search has to limit scanned property list, by "properties" array.
- When the search query is constructed it is enough to call \l{EnginioClient::search}{search()}:
+ When the search query is constructed it is enough to call \l{EnginioClient::fullTextSearch()}{fullTextSearch()}:
\snippet cloudaddressbook/addressbookmodel.cpp callSearch
The result will be delivered to the searchResultsArrived slot. In which from result array all objects ids
are gathered in \a markedItems set.