Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Github Issues Partial Match

Is it possible to perform a partial word match query for github issues:

For example, if the Issue title is "Missing Polygon", is it possible to query with a syntax similar to:

poly* in:title
like image 277
Jzl5325 Avatar asked Apr 23 '15 17:04

Jzl5325


1 Answers

Partial issue searches are not currently (2016-07-22) possible in Github.

My inquiry to Github's staff:

Can Github search issues using partial matches? For example: if I try to search for "feat", it will not return issues that contain the word "feature". This is, I have to use the full word to obtain a result.

And Github's staff (Robert) response:

Thanks for getting in touch - search doesn't currently support partial searches, so in your example, you're correct you would have to search for "feature". Though not the same, we do however do some stemming for plurals - so searching for "features" would find "feature".

But I can definitely see how useful partial searches could be - our search team is working on a number of projects and though we can't make any promises, we'll let them know that partial searches is something you'd like to see.

like image 150
Gabriel Avatar answered Oct 01 '22 01:10

Gabriel