Ohkay so to begin with the details,I have an array of elements (in the backend) it is to be displayed as a list, using the model the data has been fetched and displayed already.Now on this list I have to perform a filter search, for the input value all the list elements that have a matching substring will get filtered out and only these will be displayed.