Closed
Bug 1201143
Opened 10 years ago
Closed 10 years ago
Consolidate the STOPWORDS list
Categories
(Webtools Graveyard :: Air Mozilla, defect)
Webtools Graveyard
Air Mozilla
Tracking
(firefox43 affected)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox43 | --- | affected |
People
(Reporter: peterbe, Assigned: julian.alexander.murillo)
Details
(Whiteboard: [good first bug])
At the moment, the list of STOPWORDS is defined both here: https://github.com/mozilla/airmozilla/blob/7e3becea02a69b9d39d67f026916b5e3040264d6/airmozilla/manage/views/utils.py#L10 and here: https://github.com/mozilla/airmozilla/blob/7e3becea02a69b9d39d67f026916b5e3040264d6/airmozilla/search/utils.py#L1
It should only be defined once and the ideal space would be somewhere in https://github.com/mozilla/airmozilla/blob/7e3becea02a69b9d39d67f026916b5e3040264d6/airmozilla/base/utils.py
| Reporter | ||
Updated•10 years ago
|
Whiteboard: [good first bug]
| Assignee | ||
Comment 1•10 years ago
|
||
Hi Peter,
I'm new here and I just want to participate with this amazing community and I chose the airmozilla project specifically to start with. I already have an environment running and I want to work on this bug tracker. Should I start working on this one? What do you think?
Regards.
| Reporter | ||
Comment 2•10 years ago
|
||
Hi Julian,
Yes please do! For new contributors I usually don't assign the bug to someone until after they have had a pull request landed.
If there's anything unclear about how to contribute in the README, then chat to me on #airmozilla-dev. I'm peterbe in that chat room.
How much experience do you have with git and GitHub?
Comment 3•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/935c08405841eceb6756c00118fea0c06bf21374
Merge pull request #616 from 64lines/bug-1201143
Changes to fix the Bug 1201143
| Reporter | ||
Updated•10 years ago
|
Assignee: nobody → julian.alexander.murillo
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•