Field exact phrase search doesn't work?
Using YouTrack InCloud, the following search matches separate keywords instead of matching the exact phrase:
summary: {"As a player"}
Am I using incorrect syntax, or is there something else not working?
Thanks!
summary: {"As a player"}
Am I using incorrect syntax, or is there something else not working?
Thanks!
Please sign in to leave a comment.
Your syntax is correct for phrase search. But phrase search is processed by Lucene.
"As" and "a" is a stop words. Lucene remove stop words from search phrase.
Here is request: http://youtrack.jetbrains.com/issue/JT-10970
Please, vote for it. And if you want describe your problem.