|
In JIRA certain common words are ignored from the search and search index. This can sometimes lead to unexpected results. For example, suppose one issue contains the words "VSX will crash" and another issue contains the words "VSX will not crash". A phrase search for "VSX will crash" will return both of the above issues. This is because the words will and not are part of the common ignored words list. The full list of ignored English words is: "a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "no", "not", "of", "on", "or", "s", "such", "t", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with" You can alter the behavior of JIRA by modifying in relation to these English stop words by changing the Indexing Language from English to Other under Administration > General Configuration. |
