Type: Improvement suggestion Software: shimmie2 Module: numeric_score Reference: http://trac.shishnet.org/shimmie2/browser/branches/branch_2.2/contrib/numeric_score/main.php Verified: Yes Solved: Yes Official res.: Unknown Author: Daniel Marschall Date: 2008-10-18 1. Also allow >= and <= in the search for the score (already solved in 2.2.2 reference) ~ contrib/numeric_score/main.php # Find (<|=|>) # Replace with (<|>|<=|>=|=) # Line 77 Note: You should write (<|<=|=|>=|>) instead of (<|>|<=|>=|=) because developers might search for that search term that is used in all other search regular expressions of the board. Just a small cosmetic improvement. 2. Let the user also allow to search for negative score! ~ contrib/numeric_score/main.php # Find (\d+) # Replace with (-{0,1}\d+) # Line 77