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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Hi @nicolaslledo , thanks for reporting this issue! The old engine does not support nested functions in many cases, neither string functions nor conditional functions, even though both locate and if work fine separately. This issue results from the implementation of the functions in the old engine is to push the hard coded painless script to the es engine, but it is ineligible when the functions are nested. The good thing is our new engine is eligible fo nested functions, and the case you mentioned would also be supported once the IF and LOCATE are supported. We will keep you updated when the features are good to release. Thanks!
The query
SELECT IF(LOCATE('o', 'hello')>0, 'found', 'no found') AS ifTrue FROM siouxsso* limit 10;
results in ": no response" the result pane
The text was updated successfully, but these errors were encountered: