You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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;    

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!