if (vm.wallOptions.videos) {
            if (vm.wallOptions.videos === "only") {
                term = term + ' /video';
            } else if (vm.wallOptions.videos === "none") {
                term = term + ' -/video';