Reference Filter issue on SQL

I am having an issue when searching through reference data, What I did is that I created a schema named region and added some content in it, afterwards I created another schema named stores and used region schema as reference in it (set dropdown as editor). Now when I added content in stores schema and doing a search through region reference, its showing me nothing, what I could be doing wrong here?

Picture is attached for a reference.

I have…

I’m submitting a…

  • Regression (a behavior that stopped working in a new release)
  • Bug report
  • Performance issue
  • Documentation issue or request

Current behavior

Expected behavior

Minimal reproduction of the problem

Environment

App Name:

  • Self hosted with docker
  • [*] Self hosted with IIS
  • Self hosted with other version
  • Cloud version

Version: [VERSION]

Browser:

  • [*] Chrome (desktop)
  • Chrome (Android)
  • Chrome (iOS)
  • Firefox
  • Safari (desktop)
  • Safari (iOS)
  • IE
  • Edge

Others:

Sorry, I have really missed that. Could you provide my your schemas as json? There is a json tab.

Here is the schema of a region that I am using as a reference.

{
    "previewUrls": {},
    "properties": {
        "cachedValues": {},
        "label": "Regions",
        "validateOnPublish": false
    },
    "category": "Regions",
    "scripts": {},
    "isPublished": true,
    "fieldRules": [],
    "fieldsInLists": [],
    "fieldsInReferences": [
        "data.Name"
    ],
    "fields": [
        {
            "cachedValues": {
                "canUpdate": true,
                "isLocalizable": true,
                "displayName": "Name"
            },
            "name": "Name",
            "isHidden": false,
            "isLocked": false,
            "isDisabled": false,
            "partitioning": "language",
            "properties": {
                "cachedValues": {},
                "fieldType": "String",
                "label": "Name",
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "isCreateOnly": false,
                "isUnique": false,
                "isEmbeddable": false,
                "inlineEditable": false,
                "createEnum": false,
                "contentType": "Unspecified",
                "editor": "Input"
            }
        },
        {
            "cachedValues": {
                "canUpdate": true,
                "isLocalizable": false,
                "displayName": "Full Name"
            },
            "name": "FullName",
            "isHidden": false,
            "isLocked": false,
            "isDisabled": false,
            "partitioning": "invariant",
            "properties": {
                "cachedValues": {},
                "fieldType": "String",
                "label": "Full Name",
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "isCreateOnly": false,
                "isUnique": false,
                "isEmbeddable": false,
                "inlineEditable": false,
                "createEnum": false,
                "contentType": "Unspecified",
                "editor": "Input"
            }
        },
        {
            "cachedValues": {
                "canUpdate": true,
                "isLocalizable": false,
                "displayName": "Image"
            },
            "name": "Image",
            "isHidden": false,
            "isLocked": false,
            "isDisabled": false,
            "partitioning": "invariant",
            "properties": {
                "cachedValues": {},
                "fieldType": "Assets",
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "isCreateOnly": false,
                "previewMode": "ImageAndFileName",
                "resolveFirst": false,
                "mustBeImage": false,
                "resolveImage": false,
                "allowDuplicates": false
            }
        },
        {
            "cachedValues": {
                "canUpdate": true,
                "isLocalizable": true,
                "displayName": "ISOCode"
            },
            "name": "ISOCode",
            "isHidden": false,
            "isLocked": false,
            "isDisabled": false,
            "partitioning": "language",
            "properties": {
                "cachedValues": {},
                "fieldType": "String",
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "isCreateOnly": false,
                "isUnique": false,
                "isEmbeddable": false,
                "inlineEditable": false,
                "createEnum": false,
                "contentType": "Unspecified",
                "editor": "Input"
            }
        }
    ],
    "type": "Default"
}

and here is the schema of a newshub that I have created and using region as a reference in it

{
    "previewUrls": {},
    "properties": {
        "cachedValues": {},
        "validateOnPublish": false
    },
    "category": "News",
    "scripts": {},
    "isPublished": true,
    "fieldRules": [],
    "fieldsInLists": [
        "status",
        "data.PublishDate",
        "data.Regions",
        "data.Title",
        "version"
    ],
    "fieldsInReferences": [],
    "fields": [
        {
            "cachedValues": {
                "canUpdate": true,
                "isLocalizable": false,
                "displayName": "Regions"
            },
            "name": "Regions",
            "isHidden": false,
            "isLocked": false,
            "isDisabled": false,
            "partitioning": "invariant",
            "properties": {
                "cachedValues": {},
                "fieldType": "References",
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "isCreateOnly": false,
                "allowDuplicates": false,
                "resolveReference": false,
                "mustBePublished": false,
                "query": "",
                "editor": "Tags",
                "schemaIds": [
                    "627dc189-e9ff-44ca-ab80-71fa0bf22367"
                ]
            }
        },
        {
            "cachedValues": {
                "canUpdate": true,
                "isLocalizable": false,
                "displayName": "News Publish Date"
            },
            "name": "PublishDate",
            "isHidden": false,
            "isLocked": false,
            "isDisabled": false,
            "partitioning": "invariant",
            "properties": {
                "cachedValues": {},
                "fieldType": "DateTime",
                "label": "News Publish Date",
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "isCreateOnly": false,
                "editor": "Date"
            }
        },
        {
            "cachedValues": {
                "canUpdate": true,
                "isLocalizable": true,
                "displayName": "Promotion Tag"
            },
            "name": "PromotionTag",
            "isHidden": false,
            "isLocked": false,
            "isDisabled": false,
            "partitioning": "language",
            "properties": {
                "cachedValues": {},
                "fieldType": "String",
                "label": "Promotion Tag",
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "isCreateOnly": false,
                "isUnique": false,
                "isEmbeddable": false,
                "inlineEditable": false,
                "createEnum": false,
                "contentType": "Unspecified",
                "editor": "Input"
            }
        },
        {
            "cachedValues": {
                "canUpdate": true,
                "isLocalizable": false,
                "displayName": "Header Image"
            },
            "name": "HeaderImage",
            "isHidden": false,
            "isLocked": false,
            "isDisabled": false,
            "partitioning": "invariant",
            "properties": {
                "cachedValues": {},
                "fieldType": "Assets",
                "label": "Header Image",
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "isCreateOnly": false,
                "previewMode": "Image",
                "folderId": "5b1602cf-db20-4200-8e9d-5d02bf69231a",
                "maxItems": 1,
                "expectedType": "Image",
                "resolveFirst": false,
                "mustBeImage": true,
                "resolveImage": false,
                "allowDuplicates": false
            }
        },
        {
            "cachedValues": {
                "canUpdate": true,
                "isLocalizable": true,
                "displayName": "News Title"
            },
            "name": "Title",
            "isHidden": false,
            "isLocked": false,
            "isDisabled": false,
            "partitioning": "language",
            "properties": {
                "cachedValues": {},
                "fieldType": "String",
                "label": "News Title",
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "isCreateOnly": false,
                "isUnique": false,
                "isEmbeddable": false,
                "inlineEditable": false,
                "createEnum": false,
                "contentType": "Unspecified",
                "editor": "Input"
            }
        },
        {
            "cachedValues": {
                "canUpdate": true,
                "isLocalizable": true,
                "displayName": "News Sub Title"
            },
            "name": "SubTitle",
            "isHidden": false,
            "isLocked": false,
            "isDisabled": false,
            "partitioning": "language",
            "properties": {
                "cachedValues": {},
                "fieldType": "String",
                "label": "News Sub Title",
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "isCreateOnly": false,
                "isUnique": false,
                "isEmbeddable": false,
                "inlineEditable": false,
                "createEnum": false,
                "contentType": "Unspecified",
                "editor": "Input"
            }
        },
        {
            "cachedValues": {
                "canUpdate": true,
                "isLocalizable": true,
                "displayName": "Description"
            },
            "name": "Description",
            "isHidden": false,
            "isLocked": false,
            "isDisabled": false,
            "partitioning": "language",
            "properties": {
                "cachedValues": {},
                "fieldType": "String",
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "isCreateOnly": false,
                "isUnique": false,
                "isEmbeddable": false,
                "inlineEditable": false,
                "createEnum": false,
                "contentType": "Unspecified",
                "editor": "RichText"
            }
        },
        {
            "cachedValues": {
                "canUpdate": true,
                "isLocalizable": false,
                "displayName": "Image"
            },
            "name": "Image",
            "isHidden": false,
            "isLocked": false,
            "isDisabled": false,
            "partitioning": "invariant",
            "properties": {
                "cachedValues": {},
                "fieldType": "Components",
                "label": "Image",
                "isRequired": false,
                "isRequiredOnPublish": false,
                "isHalfWidth": false,
                "isCreateOnly": false,
                "calculatedDefaultValue": "Null",
                "schemaIds": [
                    "8685370d-3039-4c0a-897d-3a14fbbe60b8"
                ]
            }
        }
    ],
    "type": "Default"
}

I cannot reproduce it … sorry

Do you want me to provide new simple schemas for the problem I am facing ? I really need the reference filter if possible.

I think that the reference filter is due to the DB server I am using, currently I am using sql server and your cloud might be using mongoDB or something else, I created the exact same schemas on both locally and on cloud, on cloud the reference filter works but on local it shows nothing.

Good point, I will dig into that. On SQL unfortunately not all operators are supported, but I will see what can be done.

Can you please look into it as soon as possible, I really need the reference Filtration.

Yes, sure. I will have a look.