tabtabtab-nuke icon indicating copy to clipboard operation
tabtabtab-nuke copied to clipboard

Search results improvements and added functionalities.

Open herronelou opened this issue 7 years ago • 0 comments

Refined filtering of search results:

  • Consecutive finds are weighted higher than non-consecutive
  • '*' disables anchoring ('*blur' will return 'blur' and 'motionblur')
  • '**' forces results to be un-anchored ('**blur' will return 'motionblur' but not 'blur')
  • using '[' as the first character now also disables anchoring (previously would return nothing)
  • using ' ' (double space) still becomes '['
  • using ' ' (space) still disables non-consecutive search.

herronelou avatar Nov 22 '17 20:11 herronelou