You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I'm trying to find issues ( under issues->search for issues ) containing the text "Spaltendefinition".
When I execute this query : text ~"Spaltend" I get no result.
When I execute this query : text ~"Spaltendef" I get 2 results.
When I execute this query : text ~"Spaltendefi" I get 1 result
When I execute this query : text ~"Spaltendefinit" I get 37 results.
As far as I understand "~" means contains ( or is similar to the regex "~" case insensitive )
How can I get this results ?
Thanks in advance
This might help explain the features Jira Server offers when searching text fields:
https://confluence.atlassian.com/jirasoftwareserver/search-syntax-for-text-fields-939938747.html
I raised my question because I read the documentation.
"~" means substring(case insensitive)
Therefore I expect that the search: 'text ~ ''New"' always returns more or equal to results than the search: 'text ~ ''New York"', or not ?
This is what I wrote in my question
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perhaps your original post results are due to Word Stemming? I don't know German, but my brief research suggests that as a possibility.
Might be worth experimenting with that setting in Jira (warning: it's a global setting).
Word Stemming is detailed near the end of the page I linked above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mykenna,
this might be an issue.
I thought the "~" is a real substring()-search but it seams it is not.
I will ask the administrator regarding the stemming settings and I will add the outcome here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.