static defaultQuery = (value, props) => {
        let query = null;
        const type = props.queryFormat === 'or' ? 'terms' : 'term';

        if (!Array.isArray(value) || value.length === 0) {