-
Suggestion
-
Resolution: Won't Fix
-
3
-
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Lucene doesn't support prefix search.
We have created some issues with following titles:
- "ComponentComboBox"
- "TableComboBox"
- "DateComboBox"
- "JXComboBox"
these words also occur in attached commented and file attachments with java source code
In our projects we need to search for the word "ComboBox" or "Box" or just "box", but it does not retrieve the issues mentioned above.
Is it possible to extend JIRA search capabiltiy with a simple search plugin, which returns results like String's indexOf ? Of course, this will result in neg. performance issues.
But I think, this way of searching is practical for us, when searching for more abstract words / partialparts of words in jira/confluence.
Cause
We use lucene as for our search engine. I did some research and it looks like Lucene starting at version 2.1 does support leading wild cards. You can see here via Apache's FAQ. We don't currently use this function. As you can see even Apache mentions it's an expensive operation.
Work Around
We recommend Script Runner a third party add on (Add is no longer free) . Script Runner really beefs up JQL as you can use regex with script runner.
For example: issueFunction in issueFieldMatch("project = JRA", "description", "ABC\\d{4}").
See more on IssueFieldMatch here.
- details
-
JRACLOUD-67019 Strange behavior with Contains operator when Text is separated from Number with an Underscore
- Closed
- incorporates
-
JRACLOUD-31882 Inconsistent behavior with contains operator
- Gathering Interest
- is duplicated by
-
JRACLOUD-26443 We need the opportunity to search with leading wildcards.
- Closed
-
JRACLOUD-27687 All text field types should support wildcard searching in JQL.
- Gathering Interest
- is incorporated by
-
JRACLOUD-32627 Describe the behaviour of wildcard matching with the CONTAINS operator
- Closed
- is related to
-
JRASERVER-6218 Allow searching for part of a word (prefix / substring searches)
- Closed
- relates to
-
AI-855 Use single non-alphabet characters as separators when indexing search terms
- Closed
-
JRACLOUD-36689 Quick Search should assume fuzzy semantics when searching
- Closed
-
AI-842 Confluence Search Result Should Include Partial Word Match
- Gathering Interest
- mentioned in
-
Page Loading...