Search code examples
extjssencha-touch-2

Difference between filter and find in Sencha touch


I am not clear with these two term

Filter : List out all records with match of 3 characters, where as

Find : Retrieve exact match record.

Correct me if am wrong


Solution

  • filter method returns all records of store which match to your given fields and value. find method returns you index of your first match record of your given fields and value.