You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Dmitri Maximovich (JIRA)" <ji...@codehaus.org> on 2006/01/18 17:35:40 UTC

[jira] Created: (MNGECLIPSE-46) Repository search dialog not handling "-" properly

Repository search dialog not handling "-" properly
--------------------------------------------------

         Key: MNGECLIPSE-46
         URL: http://jira.codehaus.org/browse/MNGECLIPSE-46
     Project: Maven 2.x Plug-in for Eclipse
        Type: Bug

  Components: Dependency Resolver  
    Versions: 0.0.3    
    Reporter: Dmitri Maximovich
 Assigned to: Eugene Kuleshov 


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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MNGECLIPSE-46) Repository search dialog not handling "-" properly

Posted by "Tuomas Kiviaho (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MNGECLIPSE-46?page=comments#action_60334 ] 

Tuomas Kiviaho commented on MNGECLIPSE-46:
------------------------------------------

Dot seems to have similar effect when for instance searching for javax.portlet

> Repository search dialog not handling "-" properly
> --------------------------------------------------
>
>          Key: MNGECLIPSE-46
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-46
>      Project: Maven 2.x Extension for Eclipse
>         Type: Improvement

>   Components: Repository Management
>     Versions: 0.0.4
>     Reporter: Dmitri Maximovich
>     Assignee: Eugene Kuleshov
>     Priority: Minor
>      Fix For: 1.0.0

>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNGECLIPSE-46) Repository search dialog not handling "-" properly

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-46?page=all ]

Eugene Kuleshov updated MNGECLIPSE-46:
--------------------------------------

    Fix Version: 1.0.0

> Repository search dialog not handling "-" properly
> --------------------------------------------------
>
>          Key: MNGECLIPSE-46
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-46
>      Project: Maven 2.x Extension for Eclipse
>         Type: Improvement

>   Components: Repository Management
>     Versions: 0.0.4
>     Reporter: Dmitri Maximovich
>     Assignee: Eugene Kuleshov
>     Priority: Minor
>      Fix For: 1.0.0

>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MNGECLIPSE-46) Repository search dialog not handling "-" properly

Posted by "Eugene Kuleshov (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNGECLIPSE-46?page=all ]

Eugene Kuleshov updated MNGECLIPSE-46:
--------------------------------------

     Priority: Minor  (was: Major)
      Version:     (was: 0.0.3)
               0.0.4
    Component:     (was: Dependency Resolver)
               Repository Management
         type: Improvement  (was: Bug)

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.

> Repository search dialog not handling "-" properly
> --------------------------------------------------
>
>          Key: MNGECLIPSE-46
>          URL: http://jira.codehaus.org/browse/MNGECLIPSE-46
>      Project: Maven 2.x Plug-in for Eclipse
>         Type: Improvement

>   Components: Repository Management
>     Versions: 0.0.4
>     Reporter: Dmitri Maximovich
>     Assignee: Eugene Kuleshov
>     Priority: Minor

>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org