shivaramrulz / anywhereindb

Automatically exported from code.google.com/p/anywhereindb
0 stars 0 forks source link

Tool will not search text fields #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's a great tool! But, I found out that it can not search text fields in 
db. I looked at the code and saw that in the condition 

if(substr($collum[$j]['Type'],0,7)=='varchar'|| substr($collum[$j]
['Type'],0,7)=='test')

if I change the 'test' to 'text', then it works all fine. This is probably 
a typo from you, right?  :-)

Original issue reported on code.google.com by zhenlilu...@gmail.com on 17 Jul 2009 at 4:42

GoogleCodeExporter commented 9 years ago
thank you! 
my mistake! 

Original comment by happ...@gmail.com on 23 Jul 2009 at 2:03