<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>10 Oct 2015 00:57:00 Z</lastBuildDate><pubDate>9 Oct 2015 23:37:00 Z</pubDate><description>Hi All,&#13;
&#13;
I'm implementing this kind of index in a description item in a file of product.&#13;
&#13;
If I write for example Toyota hiace, it works perfect.&#13;
&#13;
But my client tells me if there is a way to make the same search by only writting toy hia&#13;
&#13;
How can I make this index work like this. The former inventory system my client used to have made the finds of records in that way.&#13;
&#13;
I have looked in the online help that mentions the "Syntax of the search value" but it does not seems to work the way I need. I tried the "+" "-" "~" "*" signs.&#13;
&#13;
Thank you for your help.&#13;
&#13;
James</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54411-wd18-full-text-index-search-mode/read.awp</link><title>WD18 - Full-Text index Search mode</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54411-wd18-full-text-index-search-mode-54414/read.awp</comments><pubDate>10 Oct 2015 00:57:00 Z</pubDate><description>Thank ICI for your response,&#13;
&#13;
I will try that alternative.&#13;
&#13;
Thank you&#13;
&#13;
James.</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54411-wd18-full-text-index-search-mode-54414/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54411-wd18-full-text-index-search-mode-54414/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54411-wd18-full-text-index-search-mode/read.awp">WD18 - Full-Text index Search mode</source><title>Re: WD18 - Full-Text index Search mode</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54411-wd18-full-text-index-search-mode-54413/read.awp</comments><pubDate>9 Oct 2015 23:58:00 Z</pubDate><description>Hi James.&#13;
Try with this (without Full-Text)&#13;
SELECT CarName FROM MyCars where MyCars.CarName LIKE '%Toy%'&#13;
&#13;
See also&#13;
Syntax</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54411-wd18-full-text-index-search-mode-54413/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54411-wd18-full-text-index-search-mode-54413/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/54411-wd18-full-text-index-search-mode/read.awp">WD18 - Full-Text index Search mode</source><title>Re: WD18 - Full-Text index Search mode</title></item></channel></rss>
