if(null != searchTerms && '' !== searchTerms){
        find = find || {};
        find.$text = { $search: searchTerms };

        projection = projection || {};