I explicitly add a filter to a Ext.data.Store using the store.filter(string, string) method.
However, I can not figure out how to remove filters from the store. So the filters always apply even after reloading using store.load(). The only workaround I see is to restart the entire web app.
How do I remove a filter from an Ext.data.Store?
You need to
clearFilter()