It seems Query.FreeText<t>() lacks a functionality of DO 3.X: Search with an * to match words starting by a value. Example : If I have in my index:
Query.FreeText<t>("text") will get no result : this is normal. Query.FreeText<t>("text*") will get no result : worked in DO3.X Is it possible to add this feature? PS: Query.FreeText<t>("*text") could be a good idea ;) PPS: Query.FreeText<t> don't work :
I've a sample if you want one. Updated at 26.04.2010 8:32:02Here comes the sample : [attachment=0:33qgsq5l]DoFullText.zip[/attachment:33qgsq5l] There are working requests samples, one sample that does not returns what I want (with *), some throwing exceptions (not surprisingly when you know the sql below) This thread was imported from our support forum. The original discussion may contain more detailed answer. |
Hello olorin, to be checked and fixed. And yes, the sample would be absolutely helpful. I've opened the following issue: http://code.google.com/p/dataobjectsdot ... ail?id=638 |