keywordshitter2 icon indicating copy to clipboard operation
keywordshitter2 copied to clipboard

negative filters

Open wassname opened this issue 8 years ago • 3 comments

As in #1, negative filters. A positive filter already exists

wassname avatar Apr 11 '16 03:04 wassname

Yes please.

vexersa avatar Mar 04 '20 13:03 vexersa

Hi, I have cloned the project and was also looking for positive/negative filtering like the original has. Can you help point me in the right direction if it's in the code? If not, possibly help me reestablish this feature?

jasonewillis avatar Oct 23 '20 14:10 jasonewillis

I havne't looked at it in a long time but:

  • Here's was an attempt at this, definitly a place to start https://github.com/wassname/keywordshitter2/blob/master/public/js/main.js#L325
  • The function is not being used though, so you probobly want to add something like retList=_.map(retList,this.Filter) to https://github.com/wassname/keywordshitter2/blob/master/public/js/main.js#L274 to start using the filter function

wassname avatar Oct 24 '20 04:10 wassname