topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday April 17, 2024, 11:08 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Exclude specific file names from results using regex  (Read 3358 times)

tunayx

  • Participant
  • Joined in 2007
  • *
  • Posts: 14
    • View Profile
    • Donate to Member
Hi, I want to exclude specific file names from results using regex like: "* help*";"*agreement*";"*license*" to get rid of most of the url & chm shortcuts as lnk. In short how to disable file names using regex.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,900
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Exclude specific file names from results using regex
« Reply #1 on: July 01, 2012, 09:40 AM »
Go to the options, and find the "Pattern Scoring" tab.
You'll notice that there are already patterns for some of the things you are mentioning.

If you score a pattern as -9999 it will not show up at all; a score of something like -200 will leave it still showing, but low down on the list.

tunayx

  • Participant
  • Joined in 2007
  • *
  • Posts: 14
    • View Profile
    • Donate to Member
Re: Exclude specific file names from results using regex
« Reply #2 on: July 01, 2012, 10:11 AM »
Thanks!  :Thmbsup: