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

Better filter for "recent changes" page #20

Open
Tracked by #64
CharlesNepote opened this issue Apr 20, 2020 · 0 comments
Open
Tracked by #64

Better filter for "recent changes" page #20

CharlesNepote opened this issue Apr 20, 2020 · 0 comments
Labels
✨ enhancement New feature or request good first issue Good for newcomers

Comments

@CharlesNepote
Copy link
Member

CharlesNepote commented Apr 20, 2020

The "recent changes" filter (filter as you type) is currently filtering edits that contains a value.
image

It would be awesome to let users exclude some results:

  • -hungergames would list all pages except the ones containing "hungergames"
  • -hunger -date-limite would list all pages except the ones containing "hungergames" or "date-limite"
  • image -hungerwould list all pages containing "image" except the ones containing "hunger"

Impacts:

  • exclude from "traffic" the well known apps (such as kiliweb, hungergames, date-limite, etc.), to identify new users
  • allow us to monitor temporary operations/missions

How?
All the code is currently in the "Recent Changes" section of the code. See:

// * Recent Changes page

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request good first issue Good for newcomers
Projects
Status: No status
Development

No branches or pull requests

2 participants