ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
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
Synonym (Property)
In french: Synonyme
HFSQL ClassicHFSQL Client/ServerAvailable only with these kinds of connection
The Synonym property is used to define synonyms in a programmatically defined full-text index.
Example
MyFullTextIndex is FullTextIndex Description
...
MyFullTextIndex.Synonym = "Car Vehicle Automobile" + CR + "House Villa Condominium"
Syntax
<Name of full-text index>.Synonym = <Synonyms>
<Name of full-text index>: Character string
Name of full-text index used. This name was defined by the FullTextIndex Description type.
<Synonyms>: Character string
List of names considered synonyms. The names are separated by a space, the synonyms are separated by a Carriage Return (CR).
"WordA SynonymA1 SynonymA2" + CR + "WordN SynonymN1 SynonymN2"
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help