Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extensibility with custom comparator functions #1

Open
jrencz opened this issue Jun 7, 2014 · 1 comment
Open

extensibility with custom comparator functions #1

jrencz opened this issue Jun 7, 2014 · 1 comment

Comments

@jrencz
Copy link
Contributor

jrencz commented Jun 7, 2014

I started working on next release which will incorporate new way to configure the filter: comparators.
Instead of restricting string comparison (which is default in 0.1) user will be able to compare other types with ability to implement his business logic into the filter itself where needed.
It may be found on https://github.com/EE/angular-ui-tree-filter/tree/wip-comparators
So far I provided proof-of-concept implementation for simple operator expressions like "> 10" or "<=15".

I'd appreciate any suggestions
cc
@pathes @mzgol @sicarrots @JimLiu @QcRafal

@jrencz
Copy link
Contributor Author

jrencz commented Jun 7, 2014

corresponding highlight filter should be added to reflect matching logic. ui-utils one will no longer be suitable even for cases like simple operator expressions mentioned earlier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant