• Avoid using wildcards at the beginning or middle of a string
- Wildcards at beginning of string scan all events within timeframe
- Wildcards in middle of string may return inconsistent results
- So use fail* (not *fail or *fail* or f*il)
• When possible, use OR instead of wildcards
- For example, use (user=admin OR user=administrator) instead of user=admin*
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
mirko1976
1 month agopraveenjetty
8 months, 1 week agomason999
8 months, 3 weeks agoAsheel1
6 months, 3 weeks agomikelord
3 years, 2 months ago