xml - CAML query case sensitive search -


I have a CML query that is pulling data from the share post list

Here I use the query I am doing

tempQuery = "John" + CURRENT_USER_Info.currFilter + "";

The problem is that I am searching for John, John or not

for a basic CML query that can filter the case sensitively.

Any help is appreciated.

There is no substitute for case sensitivity in UML queries. You should filter secondary results for case sensitivity.

Comments