Search Dial BOX, not results were found

Hi, the dial box search doesn't return me any results ( No results were found) , but if I call the function directly, it get the records:

fop2/vphonebook.php?term=David

SELECT phone1,phone2,CONCAT(firstname,' ',lastname,' (',company,')') AS name FROM visual_phonebook WHERE CONCAT(firstname,' ',lastname,' ',company) LIKE '%David%' AND context='' AND (owner='300' OR (owner<>'300' AND private='no')) [{"name":"David","value":"xxxxxx"},{"name":"David","value":"XXXX"},{"name":"David iglesias ","value":"ttttt"},{"name":"'Busquets David' ","value":"aaaa"},{"name":"David","value":"300"},{"name":")","value":"xxxxxxxx"}]


What could be the problem?

Thanks

Comments

Sign In or Register to comment.