You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@juddi.apache.org by "Jeff Faath (JIRA)" <ju...@ws.apache.org> on 2009/05/23 21:19:45 UTC

[jira] Created: (JUDDI-235) Adjust "approximate match" searching to comply with spec

Adjust "approximate match" searching to comply with spec
--------------------------------------------------------

                 Key: JUDDI-235
                 URL: https://issues.apache.org/jira/browse/JUDDI-235
             Project: jUDDI
          Issue Type: Bug
            Reporter: Jeff Faath
            Assignee: Jeff Faath
            Priority: Minor
             Fix For: 3.0beta


See appendix G with wildcards.  It seems users are allowed to add wildcards.  In fact, it seems to imply that the wildcard character must be added along with the "approximateMatch" find qualifier for a wildcard search to be performed.  This implies that if a % symbol is in the query without the "approximateMatch" then the % is literally searched for.

Currently, the wildcard is added automatically (if needed) when the "approximateMatch" is set.  This should be turned off.  So, the only thing that occurs is when "approximateMatch" is set, the predicate changes from "=" to "like".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (JUDDI-235) Adjust "approximate match" searching to comply with spec

Posted by "Jeff Faath (JIRA)" <ju...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/JUDDI-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Faath closed JUDDI-235.
----------------------------

    Resolution: Fixed

this has been completed.  code was only commented in case another interpretation arises.

> Adjust "approximate match" searching to comply with spec
> --------------------------------------------------------
>
>                 Key: JUDDI-235
>                 URL: https://issues.apache.org/jira/browse/JUDDI-235
>             Project: jUDDI
>          Issue Type: Bug
>            Reporter: Jeff Faath
>            Assignee: Jeff Faath
>            Priority: Minor
>             Fix For: 3.0beta
>
>
> See appendix G with wildcards.  It seems users are allowed to add wildcards.  In fact, it seems to imply that the wildcard character must be added along with the "approximateMatch" find qualifier for a wildcard search to be performed.  This implies that if a % symbol is in the query without the "approximateMatch" then the % is literally searched for.
> Currently, the wildcard is added automatically (if needed) when the "approximateMatch" is set.  This should be turned off.  So, the only thing that occurs is when "approximateMatch" is set, the predicate changes from "=" to "like".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.