ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE


WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
MinimumLength (Property)
In french: LongueurMinimale
HFSQLHFSQL Client/ServerAvailable only with these kinds of connection
The MinimumLength property is used to configure the minimum length of the words to be indexed (full-text indexes). You can:
  • Get the minimum length of the words to be indexed in a full-text index (defined in the data model editor or through programming).
  • Define the minimum length of the words to be indexed in a full-text index (described through programming).
Syntax

Getting the minimum length of the words to be indexed Hide the details

<Length> = <Data file>.<Full-text index>.MinimumLength
<Length>: Integer
  • Minimum length of the words to be indexed,
  • 0 to index all the words without minimum length.
<Data file>: Control name
Name of the data file used. This name was defined in the data model editor or with the File Description type.
<Full-text index>: Character string
Name of full-text index used. This name was defined in the data model editor or with the FullTextIndex Description type.

Defining the minimum length of the words to be indexed Hide the details

<Full-text index>.MinimumLength = <New Length>
<Full-text index>: Character string
Name of full-text index used. This name was defined by the FullTextIndex Description type.
<New Length>: Integer
  • Minimum length of the words to be indexed,
  • 0 if all the words must be indexed.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment