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

Provide a way to do exact matches #24

Open fabioz opened 11 years ago

fabioz commented 11 years ago

Maybe I missed something here, but, is there a way to do exact matches with InstaSearch? (I searched the page: http://code.inf.unibz.it/projects/instasearch/ and didn't find any reference on how to do that).

For that, there are 2 things:

  1. Case-matching

I.e.: if I have a search for "profile", I don't want it to match "Profile".

  1. Match only whole words

I.e.: searching for "profile" I don't want it to find "doProfile" or "profileMe"... sort of what a "\bprofile\b" regexp would do.

I think both of those could be additional options in the search view (close to what the extension filter does), but without it I think the use of InstaSearch becomes very limited.

Cornstar23 commented 11 years ago

I would love if instasearch could do exact matches; it's almost an amazing, must-have plugin.

Lynorics commented 10 years ago

:+1: