Skip to content

Custom In Operator Issues in case of GUID , #270

@i-AbdulMoeed

Description

@i-AbdulMoeed

Version

2.16.3

Details

internal class GuidInOperator : IGridifyOperator
{
public string GetOperator() => "#In";

public Expression<OperatorParameter> OperatorHandler()
{
    return (prop, value) => ((List<Guid>)value).Contains((Guid)prop);
}

}

this is code for applying IN operator against Guid it is working for single guid but not for multiple with ; separated

Steps to reproduce

cribId#In05136e65-9f02-48f3-8570-14e9dba51c13 -- working
cribId#In05136e65-9f02-48f3-8570-14e9dba51c13;906EBECA-9508-4D05-AAB2-A157936A8365 -- not working

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions