On 5/13/2014 6:55 PM, John Hardin wrote:
On Tue, 13 May 2014, M. Rodrigo Monteiro wrote:
Below is my SA.
The problem is that the score is 0.0, but in the debug log has "got hit".
What am I missing?
Rules whose names begin with two underscores do not contribute to the
score. You'd need something like:
meta SCORED_RULE __UNSCORED_RULE_1 && __UNSCORED_RULE_2
score SCORED_RULE 2.00
Or simply remove the underscores from the start of the name if you want
them to act (and be scored) as normal rules.
--
Bowie