my table name is contact and its fields are (id, domainname, companyname, customername).
In contact table we are using urlencode() to save the domainname through php.
In my filter using full text search for domainname, companyname and customername. compamyname and customer name working fine in full text search.but domain name is not working for reason urlencode().
please suggest how can i resolve this issue.