ORDS transform function to Filter LOV
Summary:
ORDS transform function to Filter LOV
Content (please ensure you mask any confidential information):
Hi All,
I am using ORDS as source of data for all the LOV's. I am using below filter function in transform.js file to filter data as user types. It uses starts with operator to filter data
Is there way to make filtering work as case insensitive. Currently its case sensitive.
Below is the code.
Version (include the version you are using, if applicable):
2310
Code Snippet (add any code snippets that support your topic, if applicable):
Request.prototype.filter = function(configuration, options)
{
var filterCriterion = options;
0