Created a list view and filter as text, but filter doesn't pull the data completely.

We have created a filter for the state based on the text enter filter has to apply but we didnt have all the data appearing in the table for that filter,

Suppose i select the state Florida , Only two records comes up in the list view. Please advise

A few screenshots would help. What is the datatype for your State field? What Search method did you specify for the table, Server or Client? Server-side will search all records in DB whereas client will search records currently in the model.

Thanks Irvin