How to get full text DQL working with only wildcards like -
SELECT r_object_id,score,text,r_version_label,object_name,r_object_type,a_content_type,a_application_type,r_is_virtual_doc,r_link_cnt,r_lock_owner,r_policy_id,r_assembled_from_id,r_immutable_flag,r_frozen_flag,i_is_reference,title,a_status,r_modify_date,r_modifier FROM edas_document(all) WHERE (object_name LIKE '%%') ENABLE(FTDQL, ft_contain_fragment)
The above query fails if there is no keywords between the Like '%%'. Is there a way to get this working without the keywords between like '%%'.