@mjlecomte: Added the enhancement request: http://code.google.com/p/cherryonext/issues/detail?id=7. If you look to the Charry On Ext code, the backand classes already manages AND/OR (and paranthesis too . In our use cases (network assurance), there is a set of power users that creates a preference (A set of filters tipically), then this is exported to basic user, that can use it as is or modify it as needed (tipically using QuickFilter). So the preferences are there exactlly for the reason you outlined
...and soon means 1 or 2 days.
It's feature complete, we are solving new (and old) bugs...
I don't trust it for a release in this moment, but it's nearing....
Just checkout from SVN if you want to have a better feeling...
Ciao
The latest 0.0.2 release is out. It contains bug fixing and some minor improvements, like visual filter validation, the enum field type and a better preferences error handling. Please see the ChangeLog http://code.google.com/p/cherryonext/wiki/ChangeLog because there are some incompatibilities with the previous versions.
Hi,
Thanks for this wonderful extension.
I'm looking for a CompositeFilter sample.
I'd like to implements 2 ways to make filters :
- Advanced mode : all fileds are detailled (ie one filed for name, another for company,...)
I implented that without difficult
- Simple mode : one filed for all columns (looking the same word on names or company, or...) with OR operator.
I dont understand how use CompositeFilter for that