-
Suggestion
-
Resolution: Fixed
-
295
-
49
-
-
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.
- incorporates
-
JRASERVER-31882 Inconsistent behavior of JQL Search when text contains operator
- Gathering Interest
- is duplicated by
-
JRASERVER-22406 Want to search text for partial words or with a search string beginning with a wild card
- Closed
-
JRASERVER-24194 Fuzzy search does not cover '*some-word' types of searches
- Closed
-
JRASERVER-26443 We need the opportunity to search with leading wildcards.
- Closed
- is incorporated by
-
JRASERVER-32627 Describe the behaviour of wildcard matching with the CONTAINS operator
- Closed
- is related to
-
CONFSERVER-13499 Support partial word matches
- Closed
-
JRASERVER-6187 wildcard search fails to find matches
- Closed
-
JRASERVER-6641 Invalid start character '*' in the text search query
- Closed
-
CONFSERVER-2728 Leading Wildcard "*searchterm" leads to exception in search
- Closed
-
JSDSERVER-10852 Using wildcard * and % not returning expected results in JQL search
- Gathering Impact
-
JRASERVER-1922 Search for partial word
- Closed
- relates to
-
CONFSERVER-13499 Support partial word matches
- Closed
-
CONFSERVER-33808 Livesearch does not support fuzzy search
- Closed
-
JRASERVER-67115 Searching with Text containing multiple Underscores or Period didn't return any results
- Gathering Impact
-
CONFSERVER-7026 Implement partial text search
- Closed
-
CONFSERVER-7657 Use single non-alphabet characters as separators when indexing search terms
- Closed
-
JRACLOUD-6218 Allow searching for part of a word (prefix / substring searches)
- Closed
-
JRASERVER-36689 Quick Search should assume fuzzy semantics when searching
- Closed
-
CONFSERVER-32834 Confluence Search Result Should Include Partial Word Match
- Gathering Interest
- is spiked by
-
DELTA-407 Loading...
- mentioned in
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...