cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

How to handle case sensitive using "EQ" query type??

rpothuri
1-Newbie

How to handle case sensitive using "EQ" query type??

I am validating user name and password in login page. I am using the QueryDataTableEntries service of info table.Info table has the User Id of "abc" .  I tested the service with the below query parameters

{

  "filters": {

    "fieldName": "UserId",

    "type": "EQ",

    "value": "Abc"

  }

}

Ideally it should not return any record. But I am getting the "abc" row as a result and the user could able to login successfully.

Please let me know how to handle this case??

1 REPLY 1
posipova
20-Turquoise
(To:rpothuri)

Currentlythere is no case sensitive query available. An enhancement/new feature request has been submitted for an EQ CS query.

Top Tags