Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

filterBy multiple values

Open
#149 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
45/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
angular, javascript
Domain
frontend

Research direction

Look at the filterBy implementation in the angular-filter source code, likely in a file like lib/filter-by.js. Understand how filterBy currently handles single values and extend it to accept an array. Check existing tests for filterBy to see how to add new ones for multiple values. Verify the change works with the provided ng-repeat example.

Written by the indexing model from the issue text.

Description

Needs-Feedback Suggestion

Hi,
is it possible to apply filterBy with multiple values eg:

ng-repeat="s.value as s.text for s in statuses | filterBy: ['value']: 2,3,4"

Thank you!

Dominant language
JavaScript
Stars
2.9k
Forks
319
PR merge metrics
No merged PRs in 30d

Getting set up

We have not checked this project's setup files yet. Start from its README, and see our first-contribution guide for the general steps.

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from a8m/angular-filter

All issues in a8m/angular-filter

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.