ajermakovics / eclipse-instasearch

Eclipse plug-in for fast code search
http://marketplace.eclipse.org/content/instasearch
Eclipse Public License 2.0
170 stars 48 forks source link

Hyphenated words #15

Closed stroyer closed 12 years ago

stroyer commented 12 years ago

I use a programming language that utilizes hyphenated table, field, variable and keyword names. Is there any way to aquire unique matches from InstaSearch when hyphens are present? For example, how can I search for instances of "cust-num" and only get unique matches? Currently results with both "cust" and "num" are returned. Thanks!

ajermakovics commented 12 years ago

It currently splits words at hyphens so you can't easily find those. This needs to be fixed

ajermakovics commented 12 years ago

Fixed in 1.4