ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / HFSQL properties
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
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 is defined with 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: 09/24/2024

Send a report | Local help