FULL text search in mysql for filering process -


my table name contact , fields (id, domainname, companyname, customername).

in contact table using urlencode() save domainname through php.

in filter using full text search domainname, companyname , customername. compamyname , customer name working fine in full text search.but domain name not working reason urlencode().

please suggest how can resolve issue.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -