I am using godaddy shared server for my site.
I have to use full text feature with minimum length of characters fixed at 2.
By default in godaddy its fixed at 4.
Please help me how can i decrease the minimum character limit defined to TWO for the full text feature ina godaddy shared server.
Tickets raised to godaddy is being answered "change your php5.ini file settings".
Now what is this file and what change do i need to do there? Please help me in this regards
Regards
devesh
php5.ini file in godaddy for full text search
Moderator: General Moderators
-
deveshjain123
- Forum Newbie
- Posts: 1
- Joined: Sun May 16, 2010 10:34 am
Re: php5.ini file in godaddy for full text search
php.ini has nothing to do with this.
It's a MySQL setting and, if I remember correctly, involves changing a setting most people don't have access to. That is, you'd have to ask GoDaddy to change it.
It's a MySQL setting and, if I remember correctly, involves changing a setting most people don't have access to. That is, you'd have to ask GoDaddy to change it.
Re: php5.ini file in godaddy for full text search
php.ini is a file that allows you to set directives used by PHP - directives such as maximum file upload size, include paths, etc. The minimum word length for MySQL full text searches is usually set in my.cnf - the MySQL server config file. I really doubt you have access to that file and, since it's server-wide, I really doubt GoDaddy will change it for you.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.