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

Add $or operator #4

Closed
VadimDez opened this issue Aug 15, 2016 · 3 comments
Closed

Add $or operator #4

VadimDez opened this issue Aug 15, 2016 · 3 comments
Assignees
Milestone

Comments

@VadimDez
Copy link
Owner

$or operator would allow OR conditions

VadimDez added a commit that referenced this issue Aug 24, 2016
@ajkyru
Copy link

ajkyru commented Mar 10, 2017

Now is there any way to search for multiple fields using one input field? For example: search by the name of an automobile part or its part code, using only one input field.

@VadimDez
Copy link
Owner Author

@ajkyru not yet implemented, but will be

@VadimDez
Copy link
Owner Author

@ajkyru temporary solution could be to expose a getter function that returns value of both fields and then filter by that value. You can find an example at the end of the demo page https://vadimdez.github.io/ng2-filter-pipe

VadimDez added a commit that referenced this issue May 28, 2017
VadimDez added a commit that referenced this issue May 29, 2017
VadimDez added a commit that referenced this issue May 30, 2017
@VadimDez VadimDez mentioned this issue Jun 1, 2017
@VadimDez VadimDez added this to the 0.1.10 milestone Jun 1, 2017
@VadimDez VadimDez self-assigned this Jun 1, 2017
@VadimDez VadimDez closed this as completed Jun 1, 2017
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

2 participants