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

Have possible use the full options of bind-filters #94

Closed
Zizzamia opened this issue Jan 31, 2015 · 1 comment
Closed

Have possible use the full options of bind-filters #94

Zizzamia opened this issue Jan 31, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@Zizzamia
Copy link
Owner

By passing filters, we want also use the full power of filter filter.
https://docs.angularjs.org/api/ng/filter/filter

@Zizzamia Zizzamia self-assigned this Jan 31, 2015
@Zizzamia Zizzamia added this to the Version 0.5.0 milestone Jan 31, 2015
@p1lare
Copy link

p1lare commented Dec 14, 2016

I cannot get the functionality in ngTasty to use field specific filters with general search in the same time, as presented in angular documentation.

https://docs.angularjs.org/api/ng/filter/filter

<label>Any: <input ng-model="search.$"></label> <br>
<label>Name only <input ng-model="search.name"></label><br>
<label>Phone only <input ng-model="search.phone"></label><br>

With ngTasty I can only submit one filter which will work as general one when I will pass string, and field specific when I will pass an object with those fields names as above.

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

No branches or pull requests

2 participants