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
The method normalizeSearchTerm must allow leading wildcards
parser.setAllowLeadingWildcard(true);
This is alreay supported by the serach method but not in the method normalizeSerachTerm which forces a unexpected exception and avoid wildcard searches with leading wildbards
Example:
*solutions
search for 'Imixs Softwaresolutions'
The text was updated successfully, but these errors were encountered:
The method normalizeSearchTerm must allow leading wildcards
parser.setAllowLeadingWildcard(true);
This is alreay supported by the serach method but not in the method normalizeSerachTerm which forces a unexpected exception and avoid wildcard searches with leading wildbards
Example:
*solutions
search for 'Imixs Softwaresolutions'
The text was updated successfully, but these errors were encountered: