I\'m trying to filter my list of auditions by show ID but when the show ID is \'1\' all auditions that have a show Id of \'1x\' are being returned. Below is my code.
I have found that to pass an object to filter it must instantiate a new filter, as per the below:
store.filter(new Ext.util.Filter({property:"foo", value:"bar", exactMatch:true});