You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For clp-s the way that we treat wildcards is unintuitive.
The rules are that if a user adds any explicit wildcards we don't add any implicit ones, and we only add implicit wildcards at the start and end if the predicate contains a space.
To make things simpler for users we should make the user use explicit wildcards for everything.
Possible implementation
Instead of conditionally adding wildcards when processing a query we will simply not add implicit wildcards.
The text was updated successfully, but these errors were encountered:
Request
For clp-s the way that we treat wildcards is unintuitive.
The rules are that if a user adds any explicit wildcards we don't add any implicit ones, and we only add implicit wildcards at the start and end if the predicate contains a space.
To make things simpler for users we should make the user use explicit wildcards for everything.
Possible implementation
Instead of conditionally adding wildcards when processing a query we will simply not add implicit wildcards.
The text was updated successfully, but these errors were encountered: