Details
Description
If user types "commons-lang" search result would be empty, even so commons-lang is listed in repository index.
Most likely dash is treated as token separator.
Issue Links
| This issue relates to: | ||||
| MNGECLIPSE-6 | Search in repository fails for log4j |
|
|
|
Right, dash is used as a token separator and current implementation (changed in 0.0.4 actually) is using new WildcardQuery(new Term(JAR_NAME, ""query""));
As a workaround you can type "lang" to find artifacts like commons-lang.