I have these rows :
- ROW 1 containing: How to .405
- ROW 2 containing: How to 405
When i use the contains query such as : Contains( FIELDNAME, '"405"' )
Or this query : Contains( FIELDNAME, '"405*"' )
I got only the ROW 2 but not the ROW 1 because of the period.
I tried creating an empty stoplist and assigned it to the fulltext, it does not work. I tried the FREETEXT query, it does not work also.
What is weird is when i add one caracter more to the value of ROW 1 (How to .405M), it works....
How to return also the ROW 1 when querying with only "405" ?
Thanks