Hello everyone,
I have a question about DFC fulltext search and xPlore. Assume that we use a DfQuery with the following DQL:
SELECT r_object_id, object_name FROM dm_document SEARCH DOCUMENT CONTAINS 'TextOfInterest';
If xPlore is NOT installed or disabled, what is going to happen to this fulltext search please?
Does it make any different if we use DFC Search Service instead for fulltext search?
Thanks!