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.