diff options
author | kh1 <qt-info@nokia.com> | 2010-09-24 14:44:59 (GMT) |
---|---|---|
committer | kh1 <qt-info@nokia.com> | 2010-09-27 10:07:23 (GMT) |
commit | 7aec069a0edee1593e8bdb60995609edc18b2574 (patch) | |
tree | 48a2cfd0a2e142e660ec898d03ef39328393813d /doc/src/development | |
parent | bcb4dbebe2f6216842ce443bfc6d126943020a35 (diff) | |
download | Qt-7aec069a0edee1593e8bdb60995609edc18b2574.zip Qt-7aec069a0edee1593e8bdb60995609edc18b2574.tar.gz Qt-7aec069a0edee1593e8bdb60995609edc18b2574.tar.bz2 |
Allow fallback to fulltext search when keyword has not been found (remote).
Task-number: QTBUG-12963
Reviewed-by: ck
Diffstat (limited to 'doc/src/development')
-rw-r--r-- | doc/src/development/assistant-manual.qdoc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/src/development/assistant-manual.qdoc b/doc/src/development/assistant-manual.qdoc index d25a4b3..677e8d0 100644 --- a/doc/src/development/assistant-manual.qdoc +++ b/doc/src/development/assistant-manual.qdoc @@ -640,7 +640,12 @@ QDesktopServices::DataLocation. The first form is useful for collections that are used in a "mobile" way, e.g. carried around on a USB stick. - + \row + \o \c{<enableFullTextSearchFallback>} + \o This tag describes the ability to fallback and use the full text + search if a keyword can't be found in the index. This functionality + can be used while remote controlling \QA. To make it available for + remote control set the tag value to \c{true}. \endtable In addition to those \QA specific tags, the tags for generating and registering |