How search github issue by EXACT match (like Double Quotes for Google)

Viewed 1641

(Note, this question is different)

Is there any way to search through GitHub issues with EXACT match in title, like:

is:issue in:title "hello world"

By default, (even if quoted) it searches for issues both containing hello and world

1 Answers

For me, I consider the Github search tool is so weak and I suffer like you to find specific code.

Luckily, The Github team published this atricle.

It will be published soon.


Updated the answer

Sorry because I did misunderstand your question, I think that is not possible until now, so please suggest this feature to the Github team, and maybe in the future they add it.

Related