View Single Post
Old 01-23-2004, 12:22 AM   #1
laurentxav
Green Mole
 
Join Date: Jan 2004
Location: Belgium
Posts: 11
indexing " numeric " words

Hello,

I would like to index "numeric" words such as reference numbers (like for example 20100004). It seems that it doesn't work correctly.

Here is an example of code where PhpDig has indexed the number :
Code:
<TD align=CENTER class="H2dep7"><strong>20100004</strong></TD>
In this case, when I serach for the number 20100004, I find it.


But with this code :
Code:
<TD align=center>22200003</TD>
The number isn't indexed. Why ?

Thanks
Laurent
laurentxav is offline   Reply With Quote